Home
last modified time | relevance | path

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

/external/iproute2/tc/
Dq_htb.c259 addattr_l(n, 2024, TCA_HTB_PARMS, &opt, sizeof(opt)); in htb_parse_class_opt()
284 if (tb[TCA_HTB_PARMS]) { in htb_print_opt()
285 hopt = RTA_DATA(tb[TCA_HTB_PARMS]); in htb_print_opt()
286 if (RTA_PAYLOAD(tb[TCA_HTB_PARMS]) < sizeof(*hopt)) return -1; in htb_print_opt()
/external/libnl/lib/route/qdisc/
Dhtb.c47 [TCA_HTB_PARMS] = { .minlen = sizeof(struct tc_htb_opt) },
82 if (tb[TCA_HTB_PARMS]) { in htb_class_msg_parser()
85 nla_memcpy(&opts, tb[TCA_HTB_PARMS], sizeof(opts)); in htb_class_msg_parser()
259 NLA_PUT(msg, TCA_HTB_PARMS, sizeof(opts), &opts); in htb_class_msg_fill()
/external/libnl/include/linux-private/linux/
Dpkt_sched.h325 TCA_HTB_PARMS, enumerator
/external/iproute2/include/linux/
Dpkt_sched.h364 TCA_HTB_PARMS, enumerator
/external/kernel-headers/original/uapi/linux/
Dpkt_sched.h365 TCA_HTB_PARMS, enumerator