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

/external/libnl/include/linux/
H A Drtnetlink.h595 #define TA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcamsg)))) macro
/external/iproute2/include/linux/
H A Drtnetlink.h661 #define TA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcamsg)))) macro
/external/kernel-headers/original/uapi/linux/
H A Drtnetlink.h661 #define TA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcamsg)))) macro
/external/iproute2/tc/
H A Dm_action.c368 parse_rtattr(tb, TCAA_MAX, TA_RTA(t), len);

Completed in 179 milliseconds