Searched defs:netns_xfrm (Results 1 – 2 of 2) sorted by relevance
4022 struct netns_xfrm { struct4023 struct list_head state_all;4024 struct hlist_head __attribute__((btf_type_tag("rcu"))) *state_bydst;4025 struct hlist_head __attribute__((btf_type_tag("rcu"))) *state_bysrc;4026 struct hlist_head __attribute__((btf_type_tag("rcu"))) *state_byspi;4027 struct hlist_head __attribute__((btf_type_tag("rcu"))) *state_byseq;4028 unsigned int state_hmask;4029 unsigned int state_num;4030 struct work_struct state_hash_work;4031 struct list_head policy_all;[all …]
3597 struct netns_xfrm { struct3598 struct list_head state_all;3599 struct hlist_head __attribute__((btf_type_tag("rcu"))) *state_bydst;3600 struct hlist_head __attribute__((btf_type_tag("rcu"))) *state_bysrc;3601 struct hlist_head __attribute__((btf_type_tag("rcu"))) *state_byspi;3602 struct hlist_head __attribute__((btf_type_tag("rcu"))) *state_byseq;3603 unsigned int state_hmask;3604 unsigned int state_num;3605 struct work_struct state_hash_work;3606 struct list_head policy_all;[all …]