Searched refs:TCA_PRIO_MAX (Results 1 – 3 of 3) sorted by relevance
100 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()
95 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()
15 #ifndef TCA_PRIO_MAX23 #define TCA_PRIO_MAX (__TCA_PRIO_MAX - 1) macro