Searched refs:state_bydst (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/net/xfrm/ |
A D | xfrm_state.c | 185 odst = xfrm_state_deref_prot(net->xfrm.state_bydst, net); in xfrm_hash_resize() 194 rcu_assign_pointer(net->xfrm.state_bydst, ndst); in xfrm_hash_resize() 758 hlist_for_each_entry(x, net->xfrm.state_bydst+i, bydst) { in xfrm_state_flush_secctx_check() 779 hlist_for_each_entry(x, net->xfrm.state_bydst+i, bydst) { in xfrm_dev_state_flush_secctx_check() 1296 net->xfrm.state_bydst + h, in xfrm_state_find() 1374 hlist_for_each_entry(x, net->xfrm.state_bydst+h, bydst) { in xfrm_stateonly_find() 2892 net->xfrm.state_bydst = xfrm_hash_alloc(sz); in xfrm_state_init() 2893 if (!net->xfrm.state_bydst) in xfrm_state_init() 2918 xfrm_hash_free(net->xfrm.state_bydst, sz); in xfrm_state_init() 2940 WARN_ON(!hlist_empty(net->xfrm.state_bydst)); in xfrm_state_fini() [all …]
|
/linux-6.3-rc2/include/net/netns/ |
A D | xfrm.h | 42 struct hlist_head __rcu *state_bydst; member
|
Completed in 9 milliseconds