Searched refs:xfrm_selector_match (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/net/xfrm/ |
H A D | xfrm_policy.c | 88 bool xfrm_selector_match(const struct xfrm_selector *sel, const struct flowi *fl, xfrm_selector_match() function 1080 match = xfrm_selector_match(sel, fl, family); xfrm_policy_match() 1220 bool match = xfrm_selector_match(&pol->selector, fl, xfrm_sk_policy_lookup() 2474 if (!xfrm_selector_match(&x->sel, &fl, family)) { __xfrm_policy_check()
|
H A D | xfrm_state.c | 744 !xfrm_selector_match(&x->sel, fl, x->sel.family)) || xfrm_state_look_at() 757 if (xfrm_selector_match(&x->sel, fl, x->sel.family) && xfrm_state_look_at()
|
/linux-4.1.27/include/net/ |
H A D | xfrm.h | 905 bool xfrm_selector_match(const struct xfrm_selector *sel,
|
Completed in 175 milliseconds