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

/external/iproute2/tc/
H A Dq_htb.c96 addattr_l(n, 2024, TCA_HTB_INIT, &opt, NLMSG_ALIGN(sizeof(opt)));
290 if (tb[TCA_HTB_INIT]) {
291 gopt = RTA_DATA(tb[TCA_HTB_INIT]);
292 if (RTA_PAYLOAD(tb[TCA_HTB_INIT]) < sizeof(*gopt)) return -1;
/external/libnl/lib/route/sch/
H A Dhtb.c58 [TCA_HTB_INIT] = { .minlen = sizeof(struct tc_htb_glob) },
74 if (tb[TCA_HTB_INIT]) {
77 nla_memcpy(&opts, tb[TCA_HTB_INIT], sizeof(opts));
250 nla_put(msg, TCA_HTB_INIT, sizeof(opts), &opts);
/external/libnl/include/linux/
H A Dpkt_sched.h267 TCA_HTB_INIT, enumerator in enum:__anon24479
/external/iproute2/include/linux/
H A Dpkt_sched.h348 TCA_HTB_INIT, enumerator in enum:__anon22332
/external/kernel-headers/original/uapi/linux/
H A Dpkt_sched.h360 TCA_HTB_INIT, enumerator in enum:__anon23313

Completed in 251 milliseconds