Searched defs:netns_xfrm (Results 1 – 7 of 7) sorted by relevance
11780 struct netns_xfrm { struct11781 struct list_head state_all;11782 struct hlist_head *state_bydst;11783 struct hlist_head *state_bysrc;11784 struct hlist_head *state_byspi;11785 struct hlist_head *state_byseq;11786 unsigned int state_hmask;11787 unsigned int state_num;11788 struct work_struct state_hash_work;11789 struct list_head policy_all;[all …]
10069 struct netns_xfrm { struct10070 struct list_head state_all;10071 struct hlist_head *state_bydst;10072 struct hlist_head *state_bysrc;10073 struct hlist_head *state_byspi;10074 unsigned int state_hmask;10075 unsigned int state_num;10076 struct work_struct state_hash_work;10077 struct list_head policy_all;10078 struct hlist_head *policy_byidx;[all …]
9060 struct netns_xfrm { struct9061 struct list_head state_all;9062 struct hlist_head *state_bydst;9063 struct hlist_head *state_bysrc;9064 struct hlist_head *state_byspi;9065 unsigned int state_hmask;9066 unsigned int state_num;9067 struct work_struct state_hash_work;9068 struct list_head policy_all;9069 struct hlist_head *policy_byidx;[all …]
12244 struct netns_xfrm { struct12245 struct list_head state_all;12246 struct hlist_head *state_bydst;12247 struct hlist_head *state_bysrc;12248 struct hlist_head *state_byspi;12249 unsigned int state_hmask;12250 unsigned int state_num;12251 struct work_struct state_hash_work;12252 struct list_head policy_all;12253 struct hlist_head *policy_byidx;[all …]