aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netns
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/netns')
-rw-r--r--include/net/netns/ipv6.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/netns/ipv6.h b/include/net/netns/ipv6.h
index c6c9afff13ef..311a942f36e9 100644
--- a/include/net/netns/ipv6.h
+++ b/include/net/netns/ipv6.h
@@ -36,11 +36,14 @@ struct netns_ipv6 {
36 struct xt_table *ip6table_mangle; 36 struct xt_table *ip6table_mangle;
37 struct xt_table *ip6table_raw; 37 struct xt_table *ip6table_raw;
38#endif 38#endif
39 struct rt6_info *ip6_null_entry;
39 struct rt6_statistics *rt6_stats; 40 struct rt6_statistics *rt6_stats;
40 struct timer_list *ip6_fib_timer; 41 struct timer_list *ip6_fib_timer;
41 struct hlist_head *fib_table_hash; 42 struct hlist_head *fib_table_hash;
42 struct fib6_table *fib6_main_tbl; 43 struct fib6_table *fib6_main_tbl;
43#ifdef CONFIG_IPV6_MULTIPLE_TABLES 44#ifdef CONFIG_IPV6_MULTIPLE_TABLES
45 struct rt6_info *ip6_prohibit_entry;
46 struct rt6_info *ip6_blk_hole_entry;
44 struct fib6_table *fib6_local_tbl; 47 struct fib6_table *fib6_local_tbl;
45 struct fib_rules_ops *fib6_rules_ops; 48 struct fib_rules_ops *fib6_rules_ops;
46#endif 49#endif