Home
last modified time | relevance | path

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

/external/libnl/include/linux/
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;
Dpkt_cls.h134 struct tc_ratespec rate;
135 struct tc_ratespec peakrate;
/external/kernel-headers/original/uapi/linux/
Dpkt_sched.h84 struct tc_ratespec { struct
162 struct tc_ratespec rate;
163 struct tc_ratespec peakrate;
341 struct tc_ratespec rate;
342 struct tc_ratespec ceil;
Dpkt_cls.h115 struct tc_ratespec rate;
116 struct tc_ratespec peakrate;
/external/iproute2/include/linux/
Dpkt_sched.h88 struct tc_ratespec { struct
166 struct tc_ratespec rate;
167 struct tc_ratespec peakrate;
345 struct tc_ratespec rate;
346 struct tc_ratespec ceil;
Dpkt_cls.h61 struct tc_ratespec rate;
62 struct tc_ratespec peakrate;
/external/libnl/include/
Dnetlink-local.h145 struct tc_ratespec *src) in rtnl_copy_ratespec()
154 static inline void rtnl_rcopy_ratespec(struct tc_ratespec *dst, in rtnl_rcopy_ratespec()
Dnetlink-types.h649 struct tc_ratespec cbq_rate;
/external/iproute2/tc/
Dtc_core.h23 int tc_calc_rtable(struct tc_ratespec *r, __u32 *rtab,
Dq_cbq.c52 struct tc_ratespec r; in cbq_parse_opt()
184 struct tc_ratespec r; in cbq_parse_class_opt()
440 struct tc_ratespec *r = NULL; in cbq_print_opt()
Dtc_core.c124 int tc_calc_rtable(struct tc_ratespec *r, __u32 *rtab, in tc_calc_rtable()
/external/libnl/lib/route/sch/
Dcbq.c69 [TCA_CBQ_RATE] = { .minlen = sizeof(struct tc_ratespec) },
Dhtb.c302 memcpy(&opts.ceil, &opts.rate, sizeof(struct tc_ratespec)); in htb_class_get_opts()