Searched refs:xfrm_selector_match (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/net/xfrm/ |
A D | xfrm_policy.c | 223 bool xfrm_selector_match(const struct xfrm_selector *sel, const struct flowi *fl, in xfrm_selector_match() function 1975 match = xfrm_selector_match(sel, fl, family); in xfrm_policy_match() 2249 match = xfrm_selector_match(&pol->selector, fl, family); in xfrm_sk_policy_lookup() 3625 if (!xfrm_selector_match(&x->sel, &fl, family)) { in __xfrm_policy_check()
|
A D | xfrm_state.c | 1113 !xfrm_selector_match(&x->sel, fl, family))) || in xfrm_state_look_at() 1129 xfrm_selector_match(&x->sel, fl, family))) && in xfrm_state_look_at()
|
/linux-6.3-rc2/include/net/ |
A D | xfrm.h | 910 bool xfrm_selector_match(const struct xfrm_selector *sel,
|
Completed in 29 milliseconds