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