Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dsch_htb.c992 static const struct nla_policy htb_policy[TCA_HTB_MAX + 1] = {
1016 struct nlattr *tb[TCA_HTB_MAX + 1]; in htb_init()
1030 err = nla_parse_nested(tb, TCA_HTB_MAX, opt, htb_policy, NULL); in htb_init()
1325 struct nlattr *tb[TCA_HTB_MAX + 1]; in htb_change_class()
1334 err = nla_parse_nested(tb, TCA_HTB_MAX, opt, htb_policy, NULL); in htb_change_class()
/Linux-v4.19/include/uapi/linux/
Dpkt_sched.h393 #define TCA_HTB_MAX (__TCA_HTB_MAX - 1) macro