Searched refs:TCA_HTB_PARMS (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.c229 addattr_l(n, 2024, TCA_HTB_PARMS, &opt, sizeof(opt));
251 if (tb[TCA_HTB_PARMS]) {
253 hopt = RTA_DATA(tb[TCA_HTB_PARMS]);
254 if (RTA_PAYLOAD(tb[TCA_HTB_PARMS]) < sizeof(*hopt)) return -1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/linux/
H A Dpkt_sched.h259 TCA_HTB_PARMS, 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.h275 TCA_HTB_PARMS, 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.c967 [TCA_HTB_PARMS] = { .len = sizeof(struct tc_htb_opt) },
1086 NLA_PUT(skb, TCA_HTB_PARMS, sizeof(opt), &opt);
1317 if (tb[TCA_HTB_PARMS] == NULL)
1322 hopt = nla_data(tb[TCA_HTB_PARMS]);

Completed in 58 milliseconds