|
@@ -213,7 +213,8 @@ extern const struct nla_policy rtm_ipv4_policy[];
|
|
extern void ip_fib_init(void);
|
|
extern void ip_fib_init(void);
|
|
extern int fib_validate_source(__be32 src, __be32 dst, u8 tos, int oif,
|
|
extern int fib_validate_source(__be32 src, __be32 dst, u8 tos, int oif,
|
|
struct net_device *dev, __be32 *spec_dst, u32 *itag);
|
|
struct net_device *dev, __be32 *spec_dst, u32 *itag);
|
|
-extern void fib_select_default(const struct flowi *flp, struct fib_result *res);
|
|
|
|
|
|
+extern void fib_select_default(struct net *net, const struct flowi *flp,
|
|
|
|
+ struct fib_result *res);
|
|
|
|
|
|
/* Exported by fib_semantics.c */
|
|
/* Exported by fib_semantics.c */
|
|
extern int ip_fib_check_default(__be32 gw, struct net_device *dev);
|
|
extern int ip_fib_check_default(__be32 gw, struct net_device *dev);
|