Searched refs:root_s (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/xfrm/ |
H A D | xfrm_policy.c | 94 * +---- root_s: sorted by saddr:prefix 132 struct rb_root root_s; member 722 bin->root_s = RB_ROOT; in xfrm_policy_inexact_alloc_bin() 1090 xfrm_policy_inexact_gc_tree(&b->root_s, net_exit); in __xfrm_policy_inexact_prune_bin() 1093 if (!RB_EMPTY_ROOT(&b->root_d) || !RB_EMPTY_ROOT(&b->root_s) || in __xfrm_policy_inexact_prune_bin() 1143 &bin->root_s, in xfrm_policy_inexact_alloc_chain() 1972 n = xfrm_policy_lookup_inexact_addr(&b->root_s, &b->count, saddr, in xfrm_policy_find_inexact_candidates()
|
/kernel/linux/linux-6.6/net/xfrm/ |
H A D | xfrm_policy.c | 94 * +---- root_s: sorted by saddr:prefix 132 struct rb_root root_s; member 723 bin->root_s = RB_ROOT; in xfrm_policy_inexact_alloc_bin() 1091 xfrm_policy_inexact_gc_tree(&b->root_s, net_exit); in __xfrm_policy_inexact_prune_bin() 1094 if (!RB_EMPTY_ROOT(&b->root_d) || !RB_EMPTY_ROOT(&b->root_s) || in __xfrm_policy_inexact_prune_bin() 1144 &bin->root_s, in xfrm_policy_inexact_alloc_chain() 2051 n = xfrm_policy_lookup_inexact_addr(&b->root_s, &b->count, saddr, in xfrm_policy_find_inexact_candidates()
|
Completed in 11 milliseconds