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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/xfrm/
H A Dxfrm_hash.c15 struct hlist_head *xfrm_hash_alloc(unsigned int sz) function
H A Dxfrm_hash.h127 extern struct hlist_head *xfrm_hash_alloc(unsigned int sz);
H A Dxfrm_state.c124 ndst = xfrm_hash_alloc(nsize);
127 nsrc = xfrm_hash_alloc(nsize);
132 nspi = xfrm_hash_alloc(nsize);
2093 net->xfrm.state_bydst = xfrm_hash_alloc(sz);
2096 net->xfrm.state_bysrc = xfrm_hash_alloc(sz);
2099 net->xfrm.state_byspi = xfrm_hash_alloc(sz);
H A Dxfrm_policy.c387 struct hlist_head *ndst = xfrm_hash_alloc(nsize);
412 struct hlist_head *nidx = xfrm_hash_alloc(nsize);
2533 net->xfrm.policy_byidx = xfrm_hash_alloc(sz);
2545 htab->table = xfrm_hash_alloc(sz);

Completed in 71 milliseconds