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