Searched refs:xfrm_selector_match (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/net/xfrm/ |
D | xfrm_policy.c | 88 bool xfrm_selector_match(const struct xfrm_selector *sel, const struct flowi *fl, in xfrm_selector_match() function 1083 match = xfrm_selector_match(sel, fl, family); in xfrm_policy_match() 1228 bool match = xfrm_selector_match(&pol->selector, fl, in xfrm_sk_policy_lookup() 2493 if (!xfrm_selector_match(&x->sel, &fl, family)) { in __xfrm_policy_check()
|
D | xfrm_state.c | 744 !xfrm_selector_match(&x->sel, fl, x->sel.family)) || in xfrm_state_look_at() 757 if (xfrm_selector_match(&x->sel, fl, x->sel.family) && in xfrm_state_look_at()
|
/linux-4.4.14/include/net/ |
D | xfrm.h | 908 bool xfrm_selector_match(const struct xfrm_selector *sel,
|