Home
last modified time | relevance | path

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

/Linux-v6.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.c138 ndst = xfrm_hash_alloc(nsize); in xfrm_hash_resize()
141 nsrc = xfrm_hash_alloc(nsize); in xfrm_hash_resize()
146 nspi = xfrm_hash_alloc(nsize); in xfrm_hash_resize()
152 nseq = xfrm_hash_alloc(nsize); in xfrm_hash_resize()
2726 net->xfrm.state_bydst = xfrm_hash_alloc(sz); in xfrm_state_init()
2729 net->xfrm.state_bysrc = xfrm_hash_alloc(sz); in xfrm_state_init()
2732 net->xfrm.state_byspi = xfrm_hash_alloc(sz); in xfrm_state_init()
2735 net->xfrm.state_byseq = xfrm_hash_alloc(sz); in xfrm_state_init()
Dxfrm_policy.c581 struct hlist_head *ndst = xfrm_hash_alloc(nsize); in xfrm_bydst_resize()
614 struct hlist_head *nidx = xfrm_hash_alloc(nsize); in xfrm_byidx_resize()
4036 net->xfrm.policy_byidx = xfrm_hash_alloc(sz); in xfrm_policy_init()
4049 htab->table = xfrm_hash_alloc(sz); in xfrm_policy_init()