Searched refs:TCA_RTA (Results 1 - 6 of 6) sorted by relevance

/external/iproute2/include/linux/
H A Drtnetlink.h494 #define TCA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcmsg)))) macro
/external/iproute2/tc/
H A Dtc_class.c177 parse_rtattr(tb, TCA_MAX, TCA_RTA(t), len);
H A Dtc_filter.c206 parse_rtattr(tb, TCA_MAX, TCA_RTA(t), len);
H A Dtc_qdisc.c222 parse_rtattr(tb, TCA_MAX, TCA_RTA(t), len);
/external/libnl/include/linux/
H A Drtnetlink.h490 #define TCA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcmsg)))) macro
/external/kernel-headers/original/uapi/linux/
H A Drtnetlink.h514 #define TCA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcmsg)))) macro

Completed in 1439 milliseconds