Searched defs:netns_xfrm (Results 1 – 1 of 1) sorted by relevance
31 struct netns_xfrm { struct32 struct list_head state_all;41 struct hlist_head __rcu *state_bydst;42 struct hlist_head __rcu *state_bysrc;43 struct hlist_head __rcu *state_byspi;44 unsigned int state_hmask;45 unsigned int state_num;46 struct work_struct state_hash_work;48 struct list_head policy_all;49 struct hlist_head *policy_byidx;[all …]