diff options
Diffstat (limited to 'include/net/ip6_route.h')
-rw-r--r-- | include/net/ip6_route.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/net/ip6_route.h b/include/net/ip6_route.h index d49c8c90eb68..9bfa3cc6cedb 100644 --- a/include/net/ip6_route.h +++ b/include/net/ip6_route.h | |||
@@ -41,6 +41,11 @@ struct pol_chain { | |||
41 | 41 | ||
42 | extern struct rt6_info ip6_null_entry; | 42 | extern struct rt6_info ip6_null_entry; |
43 | 43 | ||
44 | #ifdef CONFIG_IPV6_MULTIPLE_TABLES | ||
45 | extern struct rt6_info ip6_prohibit_entry; | ||
46 | extern struct rt6_info ip6_blk_hole_entry; | ||
47 | #endif | ||
48 | |||
44 | extern int ip6_rt_gc_interval; | 49 | extern int ip6_rt_gc_interval; |
45 | 50 | ||
46 | extern void ip6_route_input(struct sk_buff *skb); | 51 | extern void ip6_route_input(struct sk_buff *skb); |