Searched refs:xfrm_selector_match (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/xfrm/
H A Dxfrm_policy.c239 bool xfrm_selector_match(const struct xfrm_selector *sel, const struct flowi *fl, function
1998 match = xfrm_selector_match(sel, fl, family);
2272 match = xfrm_selector_match(&pol->selector, fl, family);
3580 ret = xfrm_selector_match(sel, &fl1, family);
3686 if (!xfrm_selector_match(&x->sel, &fl, family)) {
H A Dxfrm_state.c1113 !xfrm_selector_match(&x->sel, fl, family))) ||
1129 xfrm_selector_match(&x->sel, fl, family))) &&
/linux-master/include/net/
H A Dxfrm.h918 bool xfrm_selector_match(const struct xfrm_selector *sel,

Completed in 256 milliseconds