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

/linux-master/net/xfrm/
H A Dxfrm_hash.c16 struct hlist_head *xfrm_hash_alloc(unsigned int sz) function
H A Dxfrm_hash.h196 struct hlist_head *xfrm_hash_alloc(unsigned int sz);
H A Dxfrm_state.c159 ndst = xfrm_hash_alloc(nsize);
162 nsrc = xfrm_hash_alloc(nsize);
167 nspi = xfrm_hash_alloc(nsize);
173 nseq = xfrm_hash_alloc(nsize);
2897 net->xfrm.state_bydst = xfrm_hash_alloc(sz);
2900 net->xfrm.state_bysrc = xfrm_hash_alloc(sz);
2903 net->xfrm.state_byspi = xfrm_hash_alloc(sz);
2906 net->xfrm.state_byseq = xfrm_hash_alloc(sz);
H A Dxfrm_policy.c598 struct hlist_head *ndst = xfrm_hash_alloc(nsize);
631 struct hlist_head *nidx = xfrm_hash_alloc(nsize);
4177 net->xfrm.policy_byidx = xfrm_hash_alloc(sz);
4190 htab->table = xfrm_hash_alloc(sz);

Completed in 96 milliseconds