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

  /external/iproute2/ip/
xfrm.h 37 #define XFRMS_RTA(x) ((struct rtattr*)(((char*)(x)) + NLMSG_ALIGN(sizeof(struct xfrm_usersa_info))))
xfrm_state.c 965 rta = XFRMS_RTA(xsinfo);
1129 parse_rtattr(tb, XFRMA_MAX, XFRMS_RTA(xsinfo), len);
    [all...]

Completed in 4523 milliseconds