Searched defs:netns_xfrm (Results 1 – 2 of 2) 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 …]
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 …]