Searched refs:TCA_ATM_MAX (Results 1 – 2 of 2) sorted by relevance
180 static const struct nla_policy atm_policy[TCA_ATM_MAX + 1] = {192 struct nlattr *tb[TCA_ATM_MAX + 1]; in atm_tc_change()216 error = nla_parse_nested(tb, TCA_ATM_MAX, opt, atm_policy); in atm_tc_change()
516 #define TCA_ATM_MAX (__TCA_ATM_MAX - 1) macro