Home
last modified time | relevance | path

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

/linux/net/xfrm/
A Dxfrm_hash.c16 struct hlist_head *xfrm_hash_alloc(unsigned int sz) in xfrm_hash_alloc() function
A Dxfrm_hash.h196 struct hlist_head *xfrm_hash_alloc(unsigned int sz);
A Dxfrm_state.c137 ndst = xfrm_hash_alloc(nsize); in xfrm_hash_resize()
140 nsrc = xfrm_hash_alloc(nsize); in xfrm_hash_resize()
145 nspi = xfrm_hash_alloc(nsize); in xfrm_hash_resize()
151 nseq = xfrm_hash_alloc(nsize); in xfrm_hash_resize()
2696 net->xfrm.state_bydst = xfrm_hash_alloc(sz); in xfrm_state_init()
2699 net->xfrm.state_bysrc = xfrm_hash_alloc(sz); in xfrm_state_init()
2702 net->xfrm.state_byspi = xfrm_hash_alloc(sz); in xfrm_state_init()
2705 net->xfrm.state_byseq = xfrm_hash_alloc(sz); in xfrm_state_init()
A Dxfrm_policy.c579 struct hlist_head *ndst = xfrm_hash_alloc(nsize); in xfrm_bydst_resize()
612 struct hlist_head *nidx = xfrm_hash_alloc(nsize); in xfrm_byidx_resize()
4009 net->xfrm.policy_byidx = xfrm_hash_alloc(sz); in xfrm_policy_init()
4022 htab->table = xfrm_hash_alloc(sz); in xfrm_policy_init()

Completed in 28 milliseconds