Searched refs:tc_ratespec (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dpkt_sched.h76 struct tc_ratespec struct
108 struct tc_ratespec rate;
109 struct tc_ratespec peakrate;
236 struct tc_ratespec rate;
237 struct tc_ratespec ceil;
H A Dpkt_cls.h133 struct tc_ratespec rate;
134 struct tc_ratespec peakrate;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/include/linux/
H A Dpkt_sched.h76 struct tc_ratespec struct
107 struct tc_ratespec rate;
108 struct tc_ratespec peakrate;
238 struct tc_ratespec rate;
239 struct tc_ratespec ceil;
H A Dpkt_cls.h133 struct tc_ratespec rate;
134 struct tc_ratespec peakrate;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Dpkt_sched.h79 extern struct qdisc_rate_table *qdisc_get_rtab(struct tc_ratespec *r,
H A Dsch_generic.h20 struct tc_ratespec rate;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/tc/
H A Dq_cbq.c52 struct tc_ratespec r;
172 struct tc_ratespec r;
416 struct tc_ratespec *r = NULL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/sched/
H A Dact_police.c57 struct tc_ratespec rate;
58 struct tc_ratespec peakrate;
H A Dsch_api.c244 struct qdisc_rate_table *qdisc_get_rtab(struct tc_ratespec *r, struct rtattr *tab)
249 if (memcmp(&rtab->rate, r, sizeof(struct tc_ratespec)) == 0) {
H A Dsch_cbq.c1356 struct tc_ratespec *r;
1360 RTA_PAYLOAD(tb[TCA_CBQ_RATE-1]) < sizeof(struct tc_ratespec))
1756 RTA_PAYLOAD(tb[TCA_CBQ_RATE-1]) < sizeof(struct tc_ratespec))

Completed in 123 milliseconds