xfrm_selector_match 833 include/net/xfrm.h extern int xfrm_selector_match(struct xfrm_selector *sel, struct flowi *fl, xfrm_selector_match 947 net/xfrm/xfrm_policy.c match = xfrm_selector_match(sel, fl, family); xfrm_selector_match 1062 net/xfrm/xfrm_policy.c int match = xfrm_selector_match(&pol->selector, fl, xfrm_selector_match 1928 net/xfrm/xfrm_policy.c if (!xfrm_selector_match(&x->sel, &fl, family)) { xfrm_selector_match 2229 net/xfrm/xfrm_policy.c !xfrm_selector_match(first->partner, fl, family)) xfrm_selector_match 2239 net/xfrm/xfrm_policy.c if (fl && !xfrm_selector_match(&dst->xfrm->sel, fl, family)) xfrm_selector_match 810 net/xfrm/xfrm_state.c if ((x->sel.family && !xfrm_selector_match(&x->sel, fl, x->sel.family)) || xfrm_selector_match 822 net/xfrm/xfrm_state.c if (xfrm_selector_match(&x->sel, fl, x->sel.family) &&