projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1827777
)
[IPV4]: annotate addresses in fib_result and fib_result_nl
author
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 27 Sep 2006 05:19:36 +0000
(22:19 -0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Fri, 29 Sep 2006 01:01:10 +0000
(18:01 -0700)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip_fib.h
patch
|
blob
|
blame
|
history
diff --git
a/include/net/ip_fib.h
b/include/net/ip_fib.h
index 9cd0b56cd758e21e7247c59147f044b09711b5ae..19f70896ea9853ba215301a8d63f661f5a2f4d86 100644
(file)
--- a/
include/net/ip_fib.h
+++ b/
include/net/ip_fib.h
@@
-107,8
+107,8
@@
struct fib_result {
unsigned char type;
unsigned char scope;
#ifdef CONFIG_IP_ROUTE_MULTIPATH_CACHED
- __
u32
network;
- __
u32
netmask;
+ __
be32
network;
+ __
be32
netmask;
#endif
struct fib_info *fi;
#ifdef CONFIG_IP_MULTIPLE_TABLES
@@
-117,7
+117,7
@@
struct fib_result {
};
struct fib_result_nl {
- u32 fl_addr; /* To be looked up*/
+ __be32 fl_addr; /* To be looked up*/
u32 fl_fwmark;
unsigned char fl_tos;
unsigned char fl_scope;