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