Searched refs:state_bydst (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/include/net/netns/ |
| H A D | xfrm.h | 42 struct hlist_head __rcu *state_bydst; member
|
| /linux-6.15/net/xfrm/ |
| H A D | xfrm_state.c | 196 odst = xfrm_state_deref_prot(net->xfrm.state_bydst, net); in xfrm_hash_resize() 205 rcu_assign_pointer(net->xfrm.state_bydst, ndst); in xfrm_hash_resize() 876 hlist_for_each_entry(x, net->xfrm.state_bydst+i, bydst) { in xfrm_state_flush_secctx_check() 897 hlist_for_each_entry(x, net->xfrm.state_bydst+i, bydst) { in xfrm_dev_state_flush_secctx_check() 937 hlist_for_each_entry(x, net->xfrm.state_bydst+i, bydst) { in xfrm_state_flush() 1579 net->xfrm.state_bydst + h, in xfrm_state_find() 3247 net->xfrm.state_bydst = xfrm_hash_alloc(sz); in xfrm_state_init() 3248 if (!net->xfrm.state_bydst) in xfrm_state_init() 3280 xfrm_hash_free(net->xfrm.state_bydst, sz); in xfrm_state_init() 3302 WARN_ON(!hlist_empty(net->xfrm.state_bydst)); in xfrm_state_fini() [all …]
|