Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dsch_tbf.c286 static const struct nla_policy tbf_policy[TCA_TBF_MAX + 1] = {
301 struct nlattr *tb[TCA_TBF_MAX + 1]; in tbf_change()
310 err = nla_parse_nested(tb, TCA_TBF_MAX, opt, tbf_policy, NULL); in tbf_change()
/Linux-v4.19/include/uapi/linux/
Dpkt_sched.h203 #define TCA_TBF_MAX (__TCA_TBF_MAX - 1) macro