Searched refs:policy_hash_direct (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/xfrm/ |
H A D | xfrm_policy.c | 502 static struct hlist_head *policy_hash_direct(struct net *net, in policy_hash_direct() function 2098 chain = policy_hash_direct(net, daddr, saddr, family, dir); in xfrm_policy_lookup_bytype() 4321 chain = policy_hash_direct(net, &sel->daddr, &sel->saddr, sel->family, dir); in xfrm_migrate_policy_find()
|
/kernel/linux/linux-6.6/net/xfrm/ |
H A D | xfrm_policy.c | 503 static struct hlist_head *policy_hash_direct(struct net *net, in policy_hash_direct() function 2176 chain = policy_hash_direct(net, daddr, saddr, family, dir); in xfrm_policy_lookup_bytype() 4369 chain = policy_hash_direct(net, &sel->daddr, &sel->saddr, sel->family, dir); in xfrm_migrate_policy_find()
|
Completed in 13 milliseconds