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