Searched refs:get_size_and_cell (Results 1 - 5 of 5) sorted by relevance

/external/iproute2/tc/
H A Dq_tbf.c86 if (get_size_and_cell(&buffer, &Rcell_log, *argv) < 0) {
98 if (get_size_and_cell(&mtu, &Pcell_log, *argv) < 0) {
H A Dtc_util.h67 extern int get_size_and_cell(unsigned *size, int *cell_log, char *str);
H A Dm_police.c167 if (get_size_and_cell(&buffer, &Rcell_log, *argv) < 0) {
178 if (get_size_and_cell(&mtu, &Pcell_log, *argv) < 0) {
H A Dq_htb.c154 if (get_size_and_cell(&buffer, &cell_log, *argv) < 0) {
163 if (get_size_and_cell(&cbuffer, &ccell_log, *argv) < 0) {
H A Dtc_util.c308 int get_size_and_cell(unsigned *size, int *cell_log, char *str) function

Completed in 15 milliseconds