diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-09-27 01:14:15 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-09-28 20:54:13 -0400 |
commit | b83738ae003dde613712ddb1e90a8a01f5587b51 (patch) | |
tree | 55a60484109b539d6e9dbb359b6dda9071b877fa /include | |
parent | ed49e3caaa6126f8e29f08e8b4fdcafcae431b57 (diff) |
[IPV4]: FIB_RES_PREFSRC() annotated
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/ip_fib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/ip_fib.h b/include/net/ip_fib.h index 9f84e9fc1b1f..ece746ff4ef8 100644 --- a/include/net/ip_fib.h +++ b/include/net/ip_fib.h | |||
@@ -78,7 +78,7 @@ struct fib_info { | |||
78 | int fib_dead; | 78 | int fib_dead; |
79 | unsigned fib_flags; | 79 | unsigned fib_flags; |
80 | int fib_protocol; | 80 | int fib_protocol; |
81 | u32 fib_prefsrc; | 81 | __be32 fib_prefsrc; |
82 | u32 fib_priority; | 82 | u32 fib_priority; |
83 | u32 fib_metrics[RTAX_MAX]; | 83 | u32 fib_metrics[RTAX_MAX]; |
84 | #define fib_mtu fib_metrics[RTAX_MTU-1] | 84 | #define fib_mtu fib_metrics[RTAX_MTU-1] |
@@ -232,7 +232,7 @@ struct rtentry; | |||
232 | extern int ip_fib_check_default(u32 gw, struct net_device *dev); | 232 | extern int ip_fib_check_default(u32 gw, struct net_device *dev); |
233 | extern int fib_sync_down(u32 local, struct net_device *dev, int force); | 233 | extern int fib_sync_down(u32 local, struct net_device *dev, int force); |
234 | extern int fib_sync_up(struct net_device *dev); | 234 | extern int fib_sync_up(struct net_device *dev); |
235 | extern u32 __fib_res_prefsrc(struct fib_result *res); | 235 | extern __be32 __fib_res_prefsrc(struct fib_result *res); |
236 | 236 | ||
237 | /* Exported by fib_hash.c */ | 237 | /* Exported by fib_hash.c */ |
238 | extern struct fib_table *fib_hash_init(u32 id); | 238 | extern struct fib_table *fib_hash_init(u32 id); |