Home
last modified time | relevance | path

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

/external/libnl/lib/route/sch/
Dhtb.c57 static struct nla_policy htb_policy[TCA_HTB_MAX+1] = {
65 struct nlattr *tb[TCA_HTB_MAX + 1]; in htb_qdisc_msg_parser()
68 err = tca_parse(tb, TCA_HTB_MAX, (struct rtnl_tca *) qdisc, htb_policy); in htb_qdisc_msg_parser()
103 struct nlattr *tb[TCA_HTB_MAX + 1]; in htb_class_msg_parser()
106 err = tca_parse(tb, TCA_HTB_MAX, (struct rtnl_tca *) class, htb_policy); in htb_class_msg_parser()
/external/libnl/include/linux/
Dpkt_sched.h273 #define TCA_HTB_MAX (__TCA_HTB_MAX - 1) macro
/external/iproute2/include/linux/
Dpkt_sched.h354 #define TCA_HTB_MAX (__TCA_HTB_MAX - 1) macro
/external/kernel-headers/original/uapi/linux/
Dpkt_sched.h369 #define TCA_HTB_MAX (__TCA_HTB_MAX - 1) macro