Home
last modified time | relevance | path

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

/external/iproute2/tc/
Dq_htb.c104 addattr_l(n, 2024, TCA_HTB_INIT, &opt, NLMSG_ALIGN(sizeof(opt))); in htb_parse_opt()
335 if (tb[TCA_HTB_INIT]) { in htb_print_opt()
336 gopt = RTA_DATA(tb[TCA_HTB_INIT]); in htb_print_opt()
337 if (RTA_PAYLOAD(tb[TCA_HTB_INIT]) < sizeof(*gopt)) return -1; in htb_print_opt()
/external/libnl/lib/route/qdisc/
Dhtb.c46 [TCA_HTB_INIT] = { .minlen = sizeof(struct tc_htb_glob) },
59 if (tb[TCA_HTB_INIT]) { in htb_qdisc_msg_parser()
62 nla_memcpy(&opts, tb[TCA_HTB_INIT], sizeof(opts)); in htb_qdisc_msg_parser()
206 return nla_put(msg, TCA_HTB_INIT, sizeof(opts), &opts); in htb_qdisc_msg_fill()
/external/libnl/include/linux-private/linux/
Dpkt_sched.h326 TCA_HTB_INIT, enumerator
/external/iproute2/include/linux/
Dpkt_sched.h365 TCA_HTB_INIT, enumerator
/external/kernel-headers/original/uapi/linux/
Dpkt_sched.h366 TCA_HTB_INIT, enumerator