Searched refs:state_bysrc (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/include/net/netns/ |
| H A D | xfrm.h | 43 struct hlist_head __rcu *state_bysrc; member
|
| /linux-6.15/net/xfrm/ |
| H A D | xfrm_state.c | 200 osrc = xfrm_state_deref_prot(net->xfrm.state_bysrc, net); in xfrm_hash_resize() 206 rcu_assign_pointer(net->xfrm.state_bysrc, nsrc); in xfrm_hash_resize() 1583 net->xfrm.state_bysrc + h, in xfrm_state_find() 1730 XFRM_STATE_INSERT(bysrc, &x->bysrc, net->xfrm.state_bysrc + h, in __xfrm_state_insert() 1867 XFRM_STATE_INSERT(bysrc, &x->bysrc, net->xfrm.state_bysrc + h, in __find_acq_core() 2099 hlist_for_each_entry(x, net->xfrm.state_bysrc+h, bysrc) { in xfrm_migrate_state_find() 3250 net->xfrm.state_bysrc = xfrm_hash_alloc(sz); in xfrm_state_init() 3251 if (!net->xfrm.state_bysrc) in xfrm_state_init() 3278 xfrm_hash_free(net->xfrm.state_bysrc, sz); in xfrm_state_init() 3300 WARN_ON(!hlist_empty(net->xfrm.state_bysrc)); in xfrm_state_fini() [all …]
|