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

/external/iproute2/tc/
H A Dtc_core.h23 int tc_calc_rtable(struct tc_ratespec *r, __u32 *rtab,
H A Dtc_core.c109 int tc_calc_rtable(struct tc_ratespec *r, __u32 *rtab,
H A Dq_cbq.c52 struct tc_ratespec r;
184 struct tc_ratespec r;
440 struct tc_ratespec *r = NULL;
/external/libnl/include/linux/
H A Dpkt_sched.h76 struct tc_ratespec struct
117 struct tc_ratespec rate;
118 struct tc_ratespec peakrate;
245 struct tc_ratespec rate;
246 struct tc_ratespec ceil;
H A Dpkt_cls.h134 struct tc_ratespec rate;
135 struct tc_ratespec peakrate;
/external/iproute2/include/linux/
H A Dpkt_sched.h76 struct tc_ratespec { struct
154 struct tc_ratespec rate;
155 struct tc_ratespec peakrate;
328 struct tc_ratespec rate;
329 struct tc_ratespec ceil;
H A Dpkt_cls.h131 struct tc_ratespec rate;
132 struct tc_ratespec peakrate;
/external/kernel-headers/original/uapi/linux/
H A Dpkt_sched.h84 struct tc_ratespec { struct
162 struct tc_ratespec rate;
163 struct tc_ratespec peakrate;
340 struct tc_ratespec rate;
341 struct tc_ratespec ceil;
H A Dpkt_cls.h131 struct tc_ratespec rate;
132 struct tc_ratespec peakrate;
/external/libnl/include/
H A Dnetlink-local.h145 struct tc_ratespec *src)
154 static inline void rtnl_rcopy_ratespec(struct tc_ratespec *dst,
H A Dnetlink-types.h649 struct tc_ratespec cbq_rate;
/external/libnl/lib/route/sch/
H A Dcbq.c69 [TCA_CBQ_RATE] = { .minlen = sizeof(struct tc_ratespec) },
H A Dhtb.c302 memcpy(&opts.ceil, &opts.rate, sizeof(struct tc_ratespec));

Completed in 522 milliseconds