Searched refs:get_rate (Results 1 - 9 of 9) sorted by relevance
/external/iproute2/tc/ |
H A D | m_police.c | 197 if (get_rate(&p.rate.rate, *argv)) { 207 if (get_rate(&avrate, *argv)) { 217 if (get_rate(&p.peakrate.rate, *argv)) {
|
H A D | q_hfsc.c | 301 if (get_rate(&m1, *argv) < 0) { 319 if (get_rate(&m2, *argv) < 0) { 362 if (get_rate(&rate, *argv) < 0) {
|
H A D | q_fq.c | 119 if (get_rate(&maxrate, *argv)) { 126 if (get_rate(&defrate, *argv)) {
|
H A D | q_red.c | 89 if (get_rate(&rate, *argv)) { 127 get_rate(&rate, "10Mbit");
|
H A D | tc_util.h | 63 extern int get_rate(unsigned *rate, const char *str);
|
H A D | q_gred.c | 205 if (get_rate(&rate, *argv)) { 236 get_rate(&rate, "10Mbit");
|
H A D | q_cbq.c | 69 if (get_rate(&r.rate, *argv)) { 208 if (get_rate(&r.rate, *argv)) { 214 if (get_rate(&bndw, *argv)) {
|
H A D | q_choke.c | 59 if (get_rate(&rate, *argv)) {
|
H A D | tc_util.c | 195 int get_rate(unsigned *rate, const char *str) function
|
Completed in 79 milliseconds