Home
last modified time | relevance | path

Searched refs:TCA_CHOKE_MAX (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/net/sched/
Dsch_choke.c335 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()
/Linux-v4.19/include/uapi/linux/
Dpkt_sched.h337 #define TCA_CHOKE_MAX (__TCA_CHOKE_MAX - 1) macro