aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
Diffstat (limited to 'include/net')
-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 1f11ebc22151..43d842ab004e 100644
--- a/include/net/netns/ipv6.h
+++ b/include/net/netns/ipv6.h
@@ -60,6 +60,8 @@ struct netns_ipv6 {
60 struct sock *igmp_sk; 60 struct sock *igmp_sk;
61#ifdef CONFIG_IPV6_MROUTE 61#ifdef CONFIG_IPV6_MROUTE
62 struct sock *mroute6_sk; 62 struct sock *mroute6_sk;
63 struct timer_list ipmr_expire_timer;
64 struct mfc6_cache *mfc6_unres_queue;
63 struct mfc6_cache **mfc6_cache_array; 65 struct mfc6_cache **mfc6_cache_array;
64 struct mif_device *vif6_table; 66 struct mif_device *vif6_table;
65 int maxvif; 67 int maxvif;