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 struct hlist_head __rcu *state_byseq;46 unsigned int state_hmask;47 unsigned int state_num;48 struct work_struct state_hash_work;50 struct list_head policy_all;[all …]