Home
last modified time | relevance | path

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

/external/iproute2/tc/
Dtc_class.c326 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()
Dtc_qdisc.c229 parse_rtattr(tb, TCA_MAX, TCA_RTA(t), len); in print_qdisc()
Dtc_filter.c216 parse_rtattr(tb, TCA_MAX, TCA_RTA(t), len); in print_filter()
/external/libnl/include/linux/
Drtnetlink.h490 #define TCA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcmsg)))) macro
/external/kernel-headers/original/uapi/linux/
Drtnetlink.h543 #define TCA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcmsg)))) macro
/external/iproute2/include/linux/
Drtnetlink.h545 #define TCA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcmsg)))) macro