xfrm_hash_alloc 126 net/xfrm/xfrm_hash.h extern struct hlist_head *xfrm_hash_alloc(unsigned int sz); xfrm_hash_alloc 417 net/xfrm/xfrm_policy.c struct hlist_head *ndst = xfrm_hash_alloc(nsize); xfrm_hash_alloc 442 net/xfrm/xfrm_policy.c struct hlist_head *nidx = xfrm_hash_alloc(nsize); xfrm_hash_alloc 2410 net/xfrm/xfrm_policy.c xfrm_policy_byidx = xfrm_hash_alloc(sz); xfrm_hash_alloc 2421 net/xfrm/xfrm_policy.c htab->table = xfrm_hash_alloc(sz); xfrm_hash_alloc 142 net/xfrm/xfrm_state.c ndst = xfrm_hash_alloc(nsize); xfrm_hash_alloc 145 net/xfrm/xfrm_state.c nsrc = xfrm_hash_alloc(nsize); xfrm_hash_alloc 150 net/xfrm/xfrm_state.c nspi = xfrm_hash_alloc(nsize); xfrm_hash_alloc 2089 net/xfrm/xfrm_state.c xfrm_state_bydst = xfrm_hash_alloc(sz); xfrm_hash_alloc 2090 net/xfrm/xfrm_state.c xfrm_state_bysrc = xfrm_hash_alloc(sz); xfrm_hash_alloc 2091 net/xfrm/xfrm_state.c xfrm_state_byspi = xfrm_hash_alloc(sz);