Home
last modified time | relevance | path

Searched refs:xfrm_addr_match (Results 1 – 4 of 4) sorted by relevance

/external/iproute2/ip/
Dxfrm.h115 int xfrm_addr_match(xfrm_address_t *x1, xfrm_address_t *x2, int bits);
Dxfrm_policy.c413 if (xfrm_addr_match(&xpinfo->sel.saddr, &filter.xpinfo.sel.saddr, in xfrm_policy_filter_match()
419 if (xfrm_addr_match(&xpinfo->sel.daddr, &filter.xpinfo.sel.daddr, in xfrm_policy_filter_match()
Dxfrm_state.c889 if (xfrm_addr_match(&xsinfo->saddr, &filter.xsinfo.saddr, in xfrm_state_filter_match()
893 if (xfrm_addr_match(&xsinfo->id.daddr, &filter.xsinfo.id.daddr, in xfrm_state_filter_match()
Dipxfrm.c57 int xfrm_addr_match(xfrm_address_t *x1, xfrm_address_t *x2, int bits) in xfrm_addr_match() function