HomeSort by relevance Sort by last modified time
    Searched refs:XFRMP_RTA (Results 1 - 2 of 2) sorted by null

  /external/iproute2/ip/
xfrm.h 45 #define XFRMP_RTA(x) ((struct rtattr*)(((char*)(x)) + NLMSG_ALIGN(sizeof(struct xfrm_userpolicy_info))))
xfrm_policy.c 466 rta = XFRMP_RTA(xpinfo);
673 parse_rtattr(tb, XFRMA_MAX, XFRMP_RTA(xpinfo), len);

Completed in 98 milliseconds