Searched refs:TCA_CHOKE_MAX (Results 1 – 2 of 2) sorted by relevance
404 static const struct nla_policy choke_policy[TCA_CHOKE_MAX + 1] = {419 struct nlattr *tb[TCA_CHOKE_MAX + 1]; in choke_change()429 err = nla_parse_nested(tb, TCA_CHOKE_MAX, opt, choke_policy); in choke_change()
315 #define TCA_CHOKE_MAX (__TCA_CHOKE_MAX - 1) macro