diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-09-27 01:19:36 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-09-28 21:01:10 -0400 |
commit | 80e856e16a145d7f44f613d9f3d903bf459510ca (patch) | |
tree | e4332afcaa1eb7a57a790c95d3048704525a6c7f /include/net/ip_fib.h | |
parent | 182777700d912a69824245e9ee99148ac0aa57d7 (diff) |
[IPV4]: annotate addresses in fib_result and fib_result_nl
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/ip_fib.h')
-rw-r--r-- | include/net/ip_fib.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/net/ip_fib.h b/include/net/ip_fib.h index 9cd0b56cd758..19f70896ea98 100644 --- a/include/net/ip_fib.h +++ b/include/net/ip_fib.h | |||
@@ -107,8 +107,8 @@ struct fib_result { | |||
107 | unsigned char type; | 107 | unsigned char type; |
108 | unsigned char scope; | 108 | unsigned char scope; |
109 | #ifdef CONFIG_IP_ROUTE_MULTIPATH_CACHED | 109 | #ifdef CONFIG_IP_ROUTE_MULTIPATH_CACHED |
110 | __u32 network; | 110 | __be32 network; |
111 | __u32 netmask; | 111 | __be32 netmask; |
112 | #endif | 112 | #endif |
113 | struct fib_info *fi; | 113 | struct fib_info *fi; |
114 | #ifdef CONFIG_IP_MULTIPLE_TABLES | 114 | #ifdef CONFIG_IP_MULTIPLE_TABLES |
@@ -117,7 +117,7 @@ struct fib_result { | |||
117 | }; | 117 | }; |
118 | 118 | ||
119 | struct fib_result_nl { | 119 | struct fib_result_nl { |
120 | u32 fl_addr; /* To be looked up*/ | 120 | __be32 fl_addr; /* To be looked up*/ |
121 | u32 fl_fwmark; | 121 | u32 fl_fwmark; |
122 | unsigned char fl_tos; | 122 | unsigned char fl_tos; |
123 | unsigned char fl_scope; | 123 | unsigned char fl_scope; |