Searched refs:xfrm_selector_match (Results 1 – 2 of 2) sorted by relevance
/net/xfrm/ |
D | xfrm_policy.c | 219 bool xfrm_selector_match(const struct xfrm_selector *sel, const struct flowi *fl, in xfrm_selector_match() function 1900 match = xfrm_selector_match(sel, fl, family); in xfrm_policy_match() 2173 match = xfrm_selector_match(&pol->selector, fl, family); in xfrm_sk_policy_lookup() 3551 if (!xfrm_selector_match(&x->sel, &fl, family)) { in __xfrm_policy_check()
|
D | xfrm_state.c | 1019 !xfrm_selector_match(&x->sel, fl, x->sel.family)) || in xfrm_state_look_at() 1032 if (xfrm_selector_match(&x->sel, fl, x->sel.family) && in xfrm_state_look_at()
|