Searched refs:xfrm_selector_match (Results 1 – 3 of 3) sorted by relevance
/linux/net/xfrm/ |
H A D | xfrm_policy.c | 242 bool xfrm_selector_match(const struct xfrm_selector *sel, const struct flowi *fl, in xfrm_selector_match() function 1981 match = xfrm_selector_match(sel, fl, family); in xfrm_policy_match() 2255 match = xfrm_selector_match(&pol->selector, fl, family); in xfrm_sk_policy_lookup() 3615 ret = xfrm_selector_match(sel, &fl1, family); in xfrm_selector_inner_icmp_match() 3721 if (!xfrm_selector_match(&x->sel, &fl, family)) { in __xfrm_policy_check()
|
H A D | xfrm_state.c | 1337 !xfrm_selector_match(&x->sel, fl, family))) || in xfrm_state_look_at() 1358 xfrm_selector_match(&x->sel, fl, family))) && in xfrm_state_look_at()
|
/linux/include/net/ |
H A D | xfrm.h | 1010 bool xfrm_selector_match(const struct xfrm_selector *sel,
|