aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/net_namespace.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/net_namespace.h')
-rw-r--r--include/net/net_namespace.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/net_namespace.h b/include/net/net_namespace.h
index 72fad1a0956b..f880b0f9f107 100644
--- a/include/net/net_namespace.h
+++ b/include/net/net_namespace.h
@@ -20,6 +20,7 @@ struct proc_dir_entry;
20struct net_device; 20struct net_device;
21struct sock; 21struct sock;
22struct ctl_table_header; 22struct ctl_table_header;
23struct net_generic;
23 24
24struct net { 25struct net {
25 atomic_t count; /* To decided when the network 26 atomic_t count; /* To decided when the network
@@ -61,6 +62,7 @@ struct net {
61#ifdef CONFIG_NETFILTER 62#ifdef CONFIG_NETFILTER
62 struct netns_xt xt; 63 struct netns_xt xt;
63#endif 64#endif
65 struct net_generic *gen;
64}; 66};
65 67
66 68