Home
last modified time | relevance | path

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

/external/iproute2/ip/
Dxfrm.h118 int xfrm_addr_match(xfrm_address_t *x1, xfrm_address_t *x2, int bits);
Dxfrm_policy.c416 if (xfrm_addr_match(&xpinfo->sel.saddr, &filter.xpinfo.sel.saddr, in xfrm_policy_filter_match()
422 if (xfrm_addr_match(&xpinfo->sel.daddr, &filter.xpinfo.sel.daddr, in xfrm_policy_filter_match()
Dxfrm_state.c846 if (xfrm_addr_match(&xsinfo->saddr, &filter.xsinfo.saddr, in xfrm_state_filter_match()
850 if (xfrm_addr_match(&xsinfo->id.daddr, &filter.xsinfo.id.daddr, in xfrm_state_filter_match()
Dipxfrm.c68 int xfrm_addr_match(xfrm_address_t *x1, xfrm_address_t *x2, int bits) in xfrm_addr_match() function