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

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

Completed in 80 milliseconds