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