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

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

Completed in 275 milliseconds