Searched refs:TCA_RTA (Results 1 – 6 of 6) sorted by relevance
/external/iproute2/tc/ |
D | tc_class.c | 321 graph_node_add(t->tcm_parent, t->tcm_handle, TCA_RTA(t), len); in print_class() 331 parse_rtattr(tb, TCA_MAX, TCA_RTA(t), len); in print_class()
|
D | tc_qdisc.c | 224 parse_rtattr(tb, TCA_MAX, TCA_RTA(t), len); in print_qdisc()
|
D | tc_filter.c | 234 parse_rtattr(tb, TCA_MAX, TCA_RTA(t), len); in print_filter()
|
/external/libnl/include/linux-private/linux/ |
D | rtnetlink.h | 492 #define TCA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcmsg)))) macro
|
/external/iproute2/include/uapi/linux/ |
D | rtnetlink.h | 563 #define TCA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcmsg)))) macro
|
/external/kernel-headers/original/uapi/linux/ |
D | rtnetlink.h | 593 #define TCA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcmsg)))) macro
|