Searched refs:TCA_TBF_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_tbf.c192 addattr_l(n, 2024, TCA_TBF_PARMS, &opt, sizeof(opt));
214 if (tb[TCA_TBF_PARMS] == NULL)
217 qopt = RTA_DATA(tb[TCA_TBF_PARMS]);
218 if (RTA_PAYLOAD(tb[TCA_TBF_PARMS]) < sizeof(*qopt))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_tbf.c226 [TCA_TBF_PARMS] = { .len = sizeof(struct tc_tbf_qopt) },
247 if (tb[TCA_TBF_PARMS] == NULL)
250 qopt = nla_data(tb[TCA_TBF_PARMS]);
360 NLA_PUT(skb, TCA_TBF_PARMS, sizeof(opt), &opt);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/include/linux/
H A Dpkt_sched.h117 TCA_TBF_PARMS, enumerator in enum:__anon1118
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpkt_sched.h142 TCA_TBF_PARMS, enumerator in enum:__anon18011

Completed in 25 milliseconds