aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netns
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/netns')
-rw-r--r--include/net/netns/ipv6.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/netns/ipv6.h b/include/net/netns/ipv6.h
index 53b5a283a4b3..90e6e24df858 100644
--- a/include/net/netns/ipv6.h
+++ b/include/net/netns/ipv6.h
@@ -42,6 +42,8 @@ struct netns_ipv6 {
42 struct hlist_head *fib_table_hash; 42 struct hlist_head *fib_table_hash;
43 struct fib6_table *fib6_main_tbl; 43 struct fib6_table *fib6_main_tbl;
44 struct dst_ops *ip6_dst_ops; 44 struct dst_ops *ip6_dst_ops;
45 unsigned int ip6_rt_gc_expire;
46 unsigned long ip6_rt_last_gc;
45#ifdef CONFIG_IPV6_MULTIPLE_TABLES 47#ifdef CONFIG_IPV6_MULTIPLE_TABLES
46 struct rt6_info *ip6_prohibit_entry; 48 struct rt6_info *ip6_prohibit_entry;
47 struct rt6_info *ip6_blk_hole_entry; 49 struct rt6_info *ip6_blk_hole_entry;