Home
last modified time | relevance | path

Searched refs:state_bysrc (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/net/netns/
H A Dxfrm.h43 struct hlist_head __rcu *state_bysrc; member
/kernel/linux/linux-6.6/include/net/netns/
H A Dxfrm.h43 struct hlist_head __rcu *state_bysrc; member
/kernel/linux/linux-5.10/net/xfrm/
H A Dxfrm_state.c149 osrc = xfrm_state_deref_prot(net->xfrm.state_bysrc, net); in xfrm_hash_resize()
154 rcu_assign_pointer(net->xfrm.state_bysrc, nsrc); in xfrm_hash_resize()
962 hlist_for_each_entry_rcu(x, net->xfrm.state_bysrc + h, bysrc) { in __xfrm_state_lookup_byaddr()
1146 hlist_add_head_rcu(&x->bysrc, net->xfrm.state_bysrc + h); in xfrm_state_find()
1257 hlist_add_head_rcu(&x->bysrc, net->xfrm.state_bysrc + h); in __xfrm_state_insert()
1379 hlist_add_head_rcu(&x->bysrc, net->xfrm.state_bysrc + h); in __find_acq_core()
1602 hlist_for_each_entry(x, net->xfrm.state_bysrc+h, bysrc) { in xfrm_migrate_state_find()
2683 net->xfrm.state_bysrc = xfrm_hash_alloc(sz); in xfrm_state_init()
2684 if (!net->xfrm.state_bysrc) in xfrm_state_init()
2698 xfrm_hash_free(net->xfrm.state_bysrc, s in xfrm_state_init()
[all...]
/kernel/linux/linux-6.6/net/xfrm/
H A Dxfrm_state.c189 osrc = xfrm_state_deref_prot(net->xfrm.state_bysrc, net); in xfrm_hash_resize()
195 rcu_assign_pointer(net->xfrm.state_bysrc, nsrc); in xfrm_hash_resize()
1053 hlist_for_each_entry_rcu(x, net->xfrm.state_bysrc + h, bysrc) { in __xfrm_state_lookup_byaddr()
1301 net->xfrm.state_bysrc + h, in xfrm_state_find()
1430 XFRM_STATE_INSERT(bysrc, &x->bysrc, net->xfrm.state_bysrc + h, in __xfrm_state_insert()
1562 XFRM_STATE_INSERT(bysrc, &x->bysrc, net->xfrm.state_bysrc + h, in __find_acq_core()
1786 hlist_for_each_entry(x, net->xfrm.state_bysrc+h, bysrc) { in xfrm_migrate_state_find()
2887 net->xfrm.state_bysrc = xfrm_hash_alloc(sz); in xfrm_state_init()
2888 if (!net->xfrm.state_bysrc) in xfrm_state_init()
2908 xfrm_hash_free(net->xfrm.state_bysrc, s in xfrm_state_init()
[all...]

Completed in 11 milliseconds