diff options
Diffstat (limited to 'include/net/ip_fib.h')
-rw-r--r-- | include/net/ip_fib.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/net/ip_fib.h b/include/net/ip_fib.h index 619f68a7185c..3dc7c96bbeab 100644 --- a/include/net/ip_fib.h +++ b/include/net/ip_fib.h | |||
@@ -235,6 +235,11 @@ extern int fib_validate_source(struct sk_buff *skb, __be32 src, __be32 dst, | |||
235 | u8 tos, int oif, struct net_device *dev, | 235 | u8 tos, int oif, struct net_device *dev, |
236 | struct in_device *idev, u32 *itag); | 236 | struct in_device *idev, u32 *itag); |
237 | extern void fib_select_default(struct fib_result *res); | 237 | extern void fib_select_default(struct fib_result *res); |
238 | #ifdef CONFIG_IP_ROUTE_CLASSID | ||
239 | extern int fib_num_tclassid_users; | ||
240 | #else | ||
241 | #define fib_num_tclassid_users 0 | ||
242 | #endif | ||
238 | 243 | ||
239 | /* Exported by fib_semantics.c */ | 244 | /* Exported by fib_semantics.c */ |
240 | extern int ip_fib_check_default(__be32 gw, struct net_device *dev); | 245 | extern int ip_fib_check_default(__be32 gw, struct net_device *dev); |