Home
last modified time | relevance | path

Searched refs:TCA_HTB_PARMS (Results 1 – 5 of 5) sorted by relevance

/external/iproute2/tc/
Dq_htb.c234 addattr_l(n, 2024, TCA_HTB_PARMS, &opt, sizeof(opt)); in htb_parse_class_opt()
256 if (tb[TCA_HTB_PARMS]) { in htb_print_opt()
258 hopt = RTA_DATA(tb[TCA_HTB_PARMS]); in htb_print_opt()
259 if (RTA_PAYLOAD(tb[TCA_HTB_PARMS]) < sizeof(*hopt)) return -1; in htb_print_opt()
/external/libnl/lib/route/sch/
Dhtb.c59 [TCA_HTB_PARMS] = { .minlen = sizeof(struct tc_htb_opt) },
112 if (tb[TCA_HTB_PARMS]) { in htb_class_msg_parser()
115 nla_memcpy(&opts, tb[TCA_HTB_PARMS], sizeof(opts)); in htb_class_msg_parser()
333 nla_put(msg, TCA_HTB_PARMS, sizeof(opts), &opts); in htb_class_get_opts()
/external/libnl/include/linux/
Dpkt_sched.h266 TCA_HTB_PARMS, enumerator
/external/iproute2/include/linux/
Dpkt_sched.h347 TCA_HTB_PARMS, enumerator
/external/kernel-headers/original/uapi/linux/
Dpkt_sched.h359 TCA_HTB_PARMS, enumerator