include/net/netns/ipv6.h
changeset 2 d1f6d8b6f81c
parent 0 aa628870c1d3
--- a/include/net/netns/ipv6.h	Thu Apr 09 12:06:38 2009 +0200
+++ b/include/net/netns/ipv6.h	Thu Apr 09 12:07:21 2009 +0200
@@ -55,5 +55,17 @@
 	struct sock             *ndisc_sk;
 	struct sock             *tcp_sk;
 	struct sock             *igmp_sk;
+#ifdef CONFIG_IPV6_MROUTE
+	struct sock		*mroute6_sk;
+	struct mfc6_cache	**mfc6_cache_array;
+	struct mif_device	*vif6_table;
+	int			maxvif;
+	atomic_t		cache_resolve_queue_len;
+	int			mroute_do_assert;
+	int			mroute_do_pim;
+#ifdef CONFIG_IPV6_PIMSM_V2
+	int			mroute_reg_vif_num;
+#endif
+#endif
 };
 #endif