Home
last modified time | relevance | path

Searched refs:TCA_PRIO_MQ (Results 1 – 3 of 3) sorted by relevance

/external/iproute2/tc/
Dq_rr.c87 addattr_l(n, 1024, TCA_PRIO_MQ, NULL, 0); in rr_parse_opt()
109 if (tb[TCA_PRIO_MQ]) in rr_print_opt()
111 rta_getattr_u8(tb[TCA_PRIO_MQ]) ? "on" : "off"); in rr_print_opt()
Dq_prio.c92 addattr_l(n, 1024, TCA_PRIO_MQ, NULL, 0); in prio_parse_opt()
114 if (tb[TCA_PRIO_MQ]) in prio_print_opt()
116 rta_getattr_u8(tb[TCA_PRIO_MQ]) ? "on" : "off"); in prio_print_opt()
Dtc_util.h16 TCA_PRIO_MQ, enumerator