policy_idx_hmask   51 include/net/netns/xfrm.h 	unsigned int		policy_idx_hmask;
policy_idx_hmask  454 net/xfrm/xfrm_policy.c 	return __idx_hash(index, net->xfrm.policy_idx_hmask);
policy_idx_hmask  606 net/xfrm/xfrm_policy.c 	unsigned int hmask = net->xfrm.policy_idx_hmask;
policy_idx_hmask  622 net/xfrm/xfrm_policy.c 	net->xfrm.policy_idx_hmask = nhashmask;
policy_idx_hmask  646 net/xfrm/xfrm_policy.c 	unsigned int hmask = net->xfrm.policy_idx_hmask;
policy_idx_hmask  663 net/xfrm/xfrm_policy.c 	si->spdhcnt = net->xfrm.policy_idx_hmask;
policy_idx_hmask 4024 net/xfrm/xfrm_policy.c 	net->xfrm.policy_idx_hmask = hmask;
policy_idx_hmask 4093 net/xfrm/xfrm_policy.c 	sz = (net->xfrm.policy_idx_hmask + 1) * sizeof(struct hlist_head);