Home
last modified time | relevance | path

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

/external/iproute2/tc/
Dtc_class.c321 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()
Dtc_qdisc.c224 parse_rtattr(tb, TCA_MAX, TCA_RTA(t), len); in print_qdisc()
Dtc_filter.c234 parse_rtattr(tb, TCA_MAX, TCA_RTA(t), len); in print_filter()
/external/libnl/include/linux-private/linux/
Drtnetlink.h492 #define TCA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcmsg)))) macro
/external/iproute2/include/uapi/linux/
Drtnetlink.h563 #define TCA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcmsg)))) macro
/external/kernel-headers/original/uapi/linux/
Drtnetlink.h593 #define TCA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct tcmsg)))) macro