Home
last modified time | relevance | path

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

/external/libnl/include/linux-private/linux/
Drtnetlink.h598 #define TA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcamsg)))) macro
/external/iproute2/include/uapi/linux/
Drtnetlink.h698 #define TA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcamsg)))) macro
/external/kernel-headers/original/uapi/linux/
Drtnetlink.h730 #define TA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcamsg)))) macro
/external/iproute2/tc/
Dm_action.c398 parse_rtattr(tb, TCA_ROOT_MAX, TA_RTA(t), len); in print_action()