xfrm_selector_match  893 include/net/xfrm.h bool xfrm_selector_match(const struct xfrm_selector *sel,
xfrm_selector_match 1897 net/xfrm/xfrm_policy.c 	match = xfrm_selector_match(sel, fl, family);
xfrm_selector_match 2170 net/xfrm/xfrm_policy.c 		match = xfrm_selector_match(&pol->selector, fl, family);
xfrm_selector_match 3548 net/xfrm/xfrm_policy.c 			if (!xfrm_selector_match(&x->sel, &fl, family)) {
xfrm_selector_match 1019 net/xfrm/xfrm_state.c 		     !xfrm_selector_match(&x->sel, fl, x->sel.family)) ||
xfrm_selector_match 1032 net/xfrm/xfrm_state.c 		if (xfrm_selector_match(&x->sel, fl, x->sel.family) &&