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

/linux-master/net/xfrm/
H A Dxfrm_policy.c473 static inline unsigned int idx_hash(struct net *net, u32 index) function
1410 list = net->xfrm.policy_byidx + idx_hash(net, idx);
1624 hlist_add_head(&policy->byidx, net->xfrm.policy_byidx+idx_hash(net, policy->index));
1745 chain = net->xfrm.policy_byidx + idx_hash(net, id);

Completed in 140 milliseconds