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