Searched refs:TCA_HTB_INIT (Results 1 – 5 of 5) sorted by relevance
/external/iproute2/tc/ |
D | q_htb.c | 104 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/ |
D | htb.c | 46 [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/ |
D | pkt_sched.h | 326 TCA_HTB_INIT, enumerator
|
/external/iproute2/include/linux/ |
D | pkt_sched.h | 365 TCA_HTB_INIT, enumerator
|
/external/kernel-headers/original/uapi/linux/ |
D | pkt_sched.h | 366 TCA_HTB_INIT, enumerator
|