Home
last modified time | relevance | path

Searched refs:XFRMA_ENCAP (Results 1 – 3 of 3) sorted by relevance

/external/iproute2/include/linux/
Dxfrm.h268 XFRMA_ENCAP, /* struct xfrm_algo + struct xfrm_encap_tmpl */ enumerator
/external/iproute2/ip/
Dipxfrm.c701 if (tb[XFRMA_ENCAP]) { in xfrm_xfrma_print()
709 if (RTA_PAYLOAD(tb[XFRMA_ENCAP]) < sizeof(*e)) { in xfrm_xfrma_print()
714 e = (struct xfrm_encap_tmpl *) RTA_DATA(tb[XFRMA_ENCAP]); in xfrm_xfrma_print()
Dxfrm_state.c316 addattr_l(&req.n, sizeof(req.buf), XFRMA_ENCAP, in xfrm_state_modify()