Home
last modified time | relevance | path

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

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