diff options
Diffstat (limited to 'include/net/ip_fib.h')
-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 39f944a096d9..9daa60b544ba 100644 --- a/include/net/ip_fib.h +++ b/include/net/ip_fib.h | |||
@@ -213,7 +213,8 @@ extern const struct nla_policy rtm_ipv4_policy[]; | |||
213 | extern void ip_fib_init(void); | 213 | extern void ip_fib_init(void); |
214 | extern int fib_validate_source(__be32 src, __be32 dst, u8 tos, int oif, | 214 | extern int fib_validate_source(__be32 src, __be32 dst, u8 tos, int oif, |
215 | struct net_device *dev, __be32 *spec_dst, u32 *itag); | 215 | struct net_device *dev, __be32 *spec_dst, u32 *itag); |
216 | extern void fib_select_default(const struct flowi *flp, struct fib_result *res); | 216 | extern void fib_select_default(struct net *net, const struct flowi *flp, |
217 | struct fib_result *res); | ||
217 | 218 | ||
218 | /* Exported by fib_semantics.c */ | 219 | /* Exported by fib_semantics.c */ |
219 | 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); |