diff options
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/ip_fib.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/ip_fib.h b/include/net/ip_fib.h index 9daa60b544ba..1b2f008db978 100644 --- a/include/net/ip_fib.h +++ b/include/net/ip_fib.h | |||
@@ -218,7 +218,8 @@ extern void fib_select_default(struct net *net, const struct flowi *flp, | |||
218 | 218 | ||
219 | /* Exported by fib_semantics.c */ | 219 | /* Exported by fib_semantics.c */ |
220 | extern int ip_fib_check_default(__be32 gw, struct net_device *dev); | 220 | extern int ip_fib_check_default(__be32 gw, struct net_device *dev); |
221 | extern int fib_sync_down(__be32 local, struct net_device *dev, int force); | 221 | extern int fib_sync_down_dev(struct net_device *dev, int force); |
222 | extern int fib_sync_down_addr(__be32 local); | ||
222 | extern int fib_sync_up(struct net_device *dev); | 223 | extern int fib_sync_up(struct net_device *dev); |
223 | extern __be32 __fib_res_prefsrc(struct fib_result *res); | 224 | extern __be32 __fib_res_prefsrc(struct fib_result *res); |
224 | extern void fib_select_multipath(const struct flowi *flp, struct fib_result *res); | 225 | extern void fib_select_multipath(const struct flowi *flp, struct fib_result *res); |