Home
last modified time | relevance | path

Searched refs:state_bysrc (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/include/net/netns/
Dxfrm.h43 struct hlist_head __rcu *state_bysrc; member
/linux-5.19.10/net/xfrm/
Dxfrm_state.c168 osrc = xfrm_state_deref_prot(net->xfrm.state_bysrc, net); in xfrm_hash_resize()
174 rcu_assign_pointer(net->xfrm.state_bysrc, nsrc); in xfrm_hash_resize()
987 hlist_for_each_entry_rcu(x, net->xfrm.state_bysrc + h, bysrc) { in __xfrm_state_lookup_byaddr()
1171 hlist_add_head_rcu(&x->bysrc, net->xfrm.state_bysrc + h); in xfrm_state_find()
1286 hlist_add_head_rcu(&x->bysrc, net->xfrm.state_bysrc + h); in __xfrm_state_insert()
1414 hlist_add_head_rcu(&x->bysrc, net->xfrm.state_bysrc + h); in __find_acq_core()
1637 hlist_for_each_entry(x, net->xfrm.state_bysrc+h, bysrc) { in xfrm_migrate_state_find()
2719 net->xfrm.state_bysrc = xfrm_hash_alloc(sz); in xfrm_state_init()
2720 if (!net->xfrm.state_bysrc) in xfrm_state_init()
2740 xfrm_hash_free(net->xfrm.state_bysrc, sz); in xfrm_state_init()
[all …]