aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netns
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/netns')
-rw-r--r--include/net/netns/ipv4.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/netns/ipv4.h b/include/net/netns/ipv4.h
index edbcccbbc318..0b4285ac29d4 100644
--- a/include/net/netns/ipv4.h
+++ b/include/net/netns/ipv4.h
@@ -57,6 +57,7 @@ struct netns_ipv4 {
57 57
58#ifdef CONFIG_IP_MROUTE 58#ifdef CONFIG_IP_MROUTE
59 struct sock *mroute_sk; 59 struct sock *mroute_sk;
60 struct mfc_cache **mfc_cache_array;
60 struct vif_device *vif_table; 61 struct vif_device *vif_table;
61 int maxvif; 62 int maxvif;
62#endif 63#endif