xfrm_hash_alloc 189 net/xfrm/xfrm_hash.h struct hlist_head *xfrm_hash_alloc(unsigned int sz); xfrm_hash_alloc 577 net/xfrm/xfrm_policy.c struct hlist_head *ndst = xfrm_hash_alloc(nsize); xfrm_hash_alloc 610 net/xfrm/xfrm_policy.c struct hlist_head *nidx = xfrm_hash_alloc(nsize); xfrm_hash_alloc 4021 net/xfrm/xfrm_policy.c net->xfrm.policy_byidx = xfrm_hash_alloc(sz); xfrm_hash_alloc 4034 net/xfrm/xfrm_policy.c htab->table = xfrm_hash_alloc(sz); xfrm_hash_alloc 127 net/xfrm/xfrm_state.c ndst = xfrm_hash_alloc(nsize); xfrm_hash_alloc 130 net/xfrm/xfrm_state.c nsrc = xfrm_hash_alloc(nsize); xfrm_hash_alloc 135 net/xfrm/xfrm_state.c nspi = xfrm_hash_alloc(nsize); xfrm_hash_alloc 2543 net/xfrm/xfrm_state.c net->xfrm.state_bydst = xfrm_hash_alloc(sz); xfrm_hash_alloc 2546 net/xfrm/xfrm_state.c net->xfrm.state_bysrc = xfrm_hash_alloc(sz); xfrm_hash_alloc 2549 net/xfrm/xfrm_state.c net->xfrm.state_byspi = xfrm_hash_alloc(sz);