Home
last modified time | relevance | path

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

/external/iproute2/tc/
Dq_prio.c100 struct rtattr *tb[TCA_PRIO_MAX+1]; in prio_print_opt()
105 if (parse_rtattr_nested_compat(tb, TCA_PRIO_MAX, opt, qopt, in prio_print_opt()
Dq_rr.c95 struct rtattr *tb[TCA_PRIO_MAX + 1]; in rr_print_opt()
100 if (parse_rtattr_nested_compat(tb, TCA_PRIO_MAX, opt, qopt, in rr_print_opt()
Dtc_util.h11 #ifndef TCA_PRIO_MAX
19 #define TCA_PRIO_MAX (__TCA_PRIO_MAX - 1) macro