Home
last modified time | relevance | path

Searched refs:xfrm_policy_inexact_table (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/net/xfrm/
Dxfrm_policy.c161 static struct rhashtable xfrm_policy_inexact_table; variable
711 bin = rhashtable_lookup_fast(&xfrm_policy_inexact_table, &k, in xfrm_policy_inexact_alloc_bin()
726 prev = rhashtable_lookup_get_insert_key(&xfrm_policy_inexact_table, in xfrm_policy_inexact_alloc_bin()
1100 if (rhashtable_remove_fast(&xfrm_policy_inexact_table, &b->head, in __xfrm_policy_inexact_prune_bin()
2072 return rhashtable_lookup(&xfrm_policy_inexact_table, &k, in xfrm_policy_inexact_lookup_rcu()
4120 err = rhashtable_init(&xfrm_policy_inexact_table, in xfrm_policy_init()