Searched refs:get_rate (Results 1 - 9 of 9) sorted by relevance

/external/iproute2/tc/
H A Dm_police.c197 if (get_rate(&p.rate.rate, *argv)) {
207 if (get_rate(&avrate, *argv)) {
217 if (get_rate(&p.peakrate.rate, *argv)) {
H A Dq_hfsc.c301 if (get_rate(&m1, *argv) < 0) {
319 if (get_rate(&m2, *argv) < 0) {
362 if (get_rate(&rate, *argv) < 0) {
H A Dq_fq.c119 if (get_rate(&maxrate, *argv)) {
126 if (get_rate(&defrate, *argv)) {
H A Dq_red.c89 if (get_rate(&rate, *argv)) {
127 get_rate(&rate, "10Mbit");
H A Dtc_util.h63 extern int get_rate(unsigned *rate, const char *str);
H A Dq_gred.c205 if (get_rate(&rate, *argv)) {
236 get_rate(&rate, "10Mbit");
H A Dq_cbq.c69 if (get_rate(&r.rate, *argv)) {
208 if (get_rate(&r.rate, *argv)) {
214 if (get_rate(&bndw, *argv)) {
H A Dq_choke.c59 if (get_rate(&rate, *argv)) {
H A Dtc_util.c195 int get_rate(unsigned *rate, const char *str) function

Completed in 79 milliseconds