Searched refs:TCA_HFSC_MAX (Results 1 – 2 of 2) sorted by relevance
916 static const struct nla_policy hfsc_policy[TCA_HFSC_MAX + 1] = {931 struct nlattr *tb[TCA_HFSC_MAX + 1]; in hfsc_change_class()939 err = nla_parse_nested(tb, TCA_HFSC_MAX, opt, hfsc_policy, NULL); in hfsc_change_class()
430 #define TCA_HFSC_MAX (__TCA_HFSC_MAX - 1) macro