net_namespace.h (7d7a48b76012eeee25871e1d69104dec4b6d740f) net_namespace.h (1c87733d0682547050ccccb400cdac425fa43b39)
1/*
2 * Operations on the network namespace
3 */
4#ifndef __NET_NET_NAMESPACE_H
5#define __NET_NET_NAMESPACE_H
6
7#include <asm/atomic.h>
8#include <linux/workqueue.h>

--- 74 unchanged lines hidden (view full) ---

83 struct netns_ct ct;
84#endif
85 struct sock *nfnl;
86 struct sock *nfnl_stash;
87#endif
88#ifdef CONFIG_WEXT_CORE
89 struct sk_buff_head wext_nlevents;
90#endif
1/*
2 * Operations on the network namespace
3 */
4#ifndef __NET_NET_NAMESPACE_H
5#define __NET_NET_NAMESPACE_H
6
7#include <asm/atomic.h>
8#include <linux/workqueue.h>

--- 74 unchanged lines hidden (view full) ---

83 struct netns_ct ct;
84#endif
85 struct sock *nfnl;
86 struct sock *nfnl_stash;
87#endif
88#ifdef CONFIG_WEXT_CORE
89 struct sk_buff_head wext_nlevents;
90#endif
91 struct net_generic *gen;
91 struct net_generic __rcu *gen;
92
93 /* Note : following structs are cache line aligned */
94#ifdef CONFIG_XFRM
95 struct netns_xfrm xfrm;
96#endif
97};
98
99

--- 180 unchanged lines hidden ---
92
93 /* Note : following structs are cache line aligned */
94#ifdef CONFIG_XFRM
95 struct netns_xfrm xfrm;
96#endif
97};
98
99

--- 180 unchanged lines hidden ---