Home
last modified time | relevance | path

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

/third_party/libnl/lib/route/qdisc/
Dhfsc.c38 static struct nla_policy hfsc_policy[TCA_HFSC_MAX + 1] = {
57 struct nlattr *tb[TCA_HFSC_MAX + 1]; in hfsc_class_msg_parser()
61 if ((err = tca_parse(tb, TCA_HFSC_MAX, tc, hfsc_policy)) < 0) in hfsc_class_msg_parser()
/third_party/libnl/include/linux-private/linux/
Dpkt_sched.h430 #define TCA_HFSC_MAX (__TCA_HFSC_MAX - 1) macro