diff options
Diffstat (limited to 'include/net/net_namespace.h')
| -rw-r--r-- | include/net/net_namespace.h | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/net_namespace.h b/include/net/net_namespace.h index 319557789a4..6fc13d905c5 100644 --- a/include/net/net_namespace.h +++ b/include/net/net_namespace.h @@ -19,6 +19,7 @@  #if defined(CONFIG_NF_CONNTRACK) || defined(CONFIG_NF_CONNTRACK_MODULE)  #include <net/netns/conntrack.h>  #endif +#include <net/netns/xfrm.h>  struct proc_dir_entry;  struct net_device; @@ -74,6 +75,9 @@ struct net {  	struct netns_ct		ct;  #endif  #endif +#ifdef CONFIG_XFRM +	struct netns_xfrm	xfrm; +#endif  	struct net_generic	*gen;  };  |