Home
last modified time | relevance | path

Searched refs:xfrm_hash_alloc (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/net/xfrm/
Dxfrm_hash.c16 struct hlist_head *xfrm_hash_alloc(unsigned int sz) in xfrm_hash_alloc() function
Dxfrm_hash.h196 struct hlist_head *xfrm_hash_alloc(unsigned int sz);
Dxfrm_state.c160 ndst = xfrm_hash_alloc(nsize); in xfrm_hash_resize()
163 nsrc = xfrm_hash_alloc(nsize); in xfrm_hash_resize()
168 nspi = xfrm_hash_alloc(nsize); in xfrm_hash_resize()
174 nseq = xfrm_hash_alloc(nsize); in xfrm_hash_resize()
2979 net->xfrm.state_bydst = xfrm_hash_alloc(sz); in xfrm_state_init()
2982 net->xfrm.state_bysrc = xfrm_hash_alloc(sz); in xfrm_state_init()
2985 net->xfrm.state_byspi = xfrm_hash_alloc(sz); in xfrm_state_init()
2988 net->xfrm.state_byseq = xfrm_hash_alloc(sz); in xfrm_state_init()
Dxfrm_policy.c623 struct hlist_head *ndst = xfrm_hash_alloc(nsize); in xfrm_bydst_resize()
656 struct hlist_head *nidx = xfrm_hash_alloc(nsize); in xfrm_byidx_resize()
4199 net->xfrm.policy_byidx = xfrm_hash_alloc(sz); in xfrm_policy_init()
4211 htab->table = xfrm_hash_alloc(sz); in xfrm_policy_init()