Home
last modified time | relevance | path

Searched refs:XFRMREP_RTA (Results 1 – 2 of 2) sorted by relevance

/external/iproute2/ip/
Dxfrm.h57 #define XFRMREP_RTA(x) ((struct rtattr*)(((char*)(x)) + NLMSG_ALIGN(sizeof(struct xfrm_user_report)… macro
Dxfrm_monitor.c201 parse_rtattr(tb, XFRMA_MAX, XFRMREP_RTA(xrep), len); in xfrm_report_print()