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