Searched refs:TCA_PRIO_MAX (Results 1 – 3 of 3) sorted by relevance
101 struct rtattr *tb[TCA_PRIO_MAX+1]; in prio_print_opt()106 if (parse_rtattr_nested_compat(tb, TCA_PRIO_MAX, opt, qopt, in prio_print_opt()
96 struct rtattr *tb[TCA_PRIO_MAX + 1]; in rr_print_opt()101 if (parse_rtattr_nested_compat(tb, TCA_PRIO_MAX, opt, qopt, in rr_print_opt()
12 #ifndef TCA_PRIO_MAX20 #define TCA_PRIO_MAX (__TCA_PRIO_MAX - 1) macro