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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/tc/
H A Dq_htb.c98 addattr_l(n, 2024, TCA_HTB_INIT, &opt, NLMSG_ALIGN(sizeof(opt)));
285 if (tb[TCA_HTB_INIT]) {
286 gopt = RTA_DATA(tb[TCA_HTB_INIT]);
287 if (RTA_PAYLOAD(tb[TCA_HTB_INIT]) < sizeof(*gopt)) return -1;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dpkt_sched.h258 TCA_HTB_INIT, enumerator in enum:__anon10206
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/include/linux/
H A Dpkt_sched.h260 TCA_HTB_INIT, enumerator in enum:__anon237
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/sched/
H A Dsch_htb.c1068 struct rtattr *tb[TCA_HTB_INIT];
1071 if (!opt || rtattr_parse_nested(tb, TCA_HTB_INIT, opt) ||
1072 tb[TCA_HTB_INIT - 1] == NULL ||
1073 RTA_PAYLOAD(tb[TCA_HTB_INIT - 1]) < sizeof(*gopt)) {
1077 gopt = RTA_DATA(tb[TCA_HTB_INIT - 1]);
1127 RTA_PUT(skb, TCA_HTB_INIT, sizeof(gopt), &gopt);

Completed in 44 milliseconds