Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/xfrm/
H A Dxfrm_hash.c16 struct hlist_head *xfrm_hash_alloc(unsigned int sz) in xfrm_hash_alloc() function
H A Dxfrm_hash.h189 struct hlist_head *xfrm_hash_alloc(unsigned int sz);
H A Dxfrm_state.c126 ndst = xfrm_hash_alloc(nsize); in xfrm_hash_resize()
129 nsrc = xfrm_hash_alloc(nsize); in xfrm_hash_resize()
134 nspi = xfrm_hash_alloc(nsize); in xfrm_hash_resize()
2665 net->xfrm.state_bydst = xfrm_hash_alloc(sz); in xfrm_state_init()
2668 net->xfrm.state_bysrc = xfrm_hash_alloc(sz); in xfrm_state_init()
2671 net->xfrm.state_byspi = xfrm_hash_alloc(sz); in xfrm_state_init()
H A Dxfrm_policy.c586 struct hlist_head *ndst = xfrm_hash_alloc(nsize); in xfrm_bydst_resize()
619 struct hlist_head *nidx = xfrm_hash_alloc(nsize); in xfrm_byidx_resize()
4067 net->xfrm.policy_byidx = xfrm_hash_alloc(sz); in xfrm_policy_init()
4080 htab->table = xfrm_hash_alloc(sz); in xfrm_policy_init()