byidx             502 include/net/xfrm.h 	struct hlist_node	byidx;
byidx             395 net/xfrm/xfrm_policy.c 		INIT_HLIST_NODE(&policy->byidx);
byidx             559 net/xfrm/xfrm_policy.c 	hlist_for_each_entry_safe(pol, tmp, list, byidx) {
byidx             563 net/xfrm/xfrm_policy.c 		hlist_add_head(&pol->byidx, nidxtable+h);
byidx            1380 net/xfrm/xfrm_policy.c 		hlist_for_each_entry(p, list, byidx) {
byidx            1593 net/xfrm/xfrm_policy.c 	hlist_add_head(&policy->byidx, net->xfrm.policy_byidx+idx_hash(net, policy->index));
byidx            1718 net/xfrm/xfrm_policy.c 	hlist_for_each_entry(pol, chain, byidx) {
byidx            2217 net/xfrm/xfrm_policy.c 		hlist_del(&pol->byidx);