Searched refs:xfrm_selector_match (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/net/xfrm/ |
D | xfrm_policy.c | 222 bool xfrm_selector_match(const struct xfrm_selector *sel, const struct flowi *fl, in xfrm_selector_match() function 1893 match = xfrm_selector_match(sel, fl, family); in xfrm_policy_match() 2166 match = xfrm_selector_match(&pol->selector, fl, family); in xfrm_sk_policy_lookup() 3554 if (!xfrm_selector_match(&x->sel, &fl, family)) { in __xfrm_policy_check()
|
D | xfrm_state.c | 1023 !xfrm_selector_match(&x->sel, fl, family))) || in xfrm_state_look_at() 1038 xfrm_selector_match(&x->sel, fl, family))) && in xfrm_state_look_at()
|
/Linux-v5.10/include/net/ |
D | xfrm.h | 892 bool xfrm_selector_match(const struct xfrm_selector *sel,
|