diff options
Diffstat (limited to 'include/net/netns')
-rw-r--r-- | include/net/netns/ipv6.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/netns/ipv6.h b/include/net/netns/ipv6.h index 66bf9c0f745b..c6c9afff13ef 100644 --- a/include/net/netns/ipv6.h +++ b/include/net/netns/ipv6.h | |||
@@ -36,6 +36,7 @@ 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_statistics *rt6_stats; | ||
39 | struct timer_list *ip6_fib_timer; | 40 | struct timer_list *ip6_fib_timer; |
40 | struct hlist_head *fib_table_hash; | 41 | struct hlist_head *fib_table_hash; |
41 | struct fib6_table *fib6_main_tbl; | 42 | struct fib6_table *fib6_main_tbl; |