Searched refs:xfrm_hash_alloc (Results 1 – 4 of 4) sorted by relevance
16 struct hlist_head *xfrm_hash_alloc(unsigned int sz) in xfrm_hash_alloc() function
196 struct hlist_head *xfrm_hash_alloc(unsigned int sz);
170 ndst = xfrm_hash_alloc(nsize); in xfrm_hash_resize() 173 nsrc = xfrm_hash_alloc(nsize); in xfrm_hash_resize() 178 nspi = xfrm_hash_alloc(nsize); in xfrm_hash_resize() 184 nseq = xfrm_hash_alloc(nsize); in xfrm_hash_resize() 3332 ndst = xfrm_hash_alloc(sz);3337 nsrc = xfrm_hash_alloc(sz); in xfrm_state_fini() 3342 nspi = xfrm_hash_alloc(sz); in xfrm_state_fini() 3347 nseq = xfrm_hash_alloc(sz); in xfrm_state_fini()
637 struct hlist_head *ndst = xfrm_hash_alloc(nsize); in xfrm_bydst_resize() 670 struct hlist_head *nidx = xfrm_hash_alloc(nsize); in xfrm_byidx_resize() 4227 net->xfrm.policy_byidx = xfrm_hash_alloc(sz); in xfrm_policy_init() 4239 rcu_assign_pointer(htab->table, xfrm_hash_alloc(sz)); in xfrm_policy_init()