Searched refs:TCA_HTB_RTAB (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dq_htb.c230 addattr_l(n, 3024, TCA_HTB_RTAB, rtab, 1024);
238 struct rtattr *tb[TCA_HTB_RTAB+1];
249 parse_rtattr_nested(tb, TCA_HTB_RTAB, opt);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/linux/
H A Dpkt_sched.h262 TCA_HTB_RTAB, enumerator in enum:__anon1121
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpkt_sched.h278 TCA_HTB_RTAB, enumerator in enum:__anon18014
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_htb.c970 [TCA_HTB_RTAB] = { .type = NLA_BINARY, .len = TC_RTAB_SIZE },
1305 struct nlattr *tb[TCA_HTB_RTAB + 1];
1312 err = nla_parse_nested(tb, TCA_HTB_RTAB, opt, htb_policy);
1324 rtab = qdisc_get_rtab(&hopt->rate, tb[TCA_HTB_RTAB]);

Completed in 52 milliseconds