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

/external/iproute2/tc/
H A Dq_tbf.c84 if (get_size_and_cell(&buffer, &Rcell_log, *argv) < 0) {
96 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.c152 if (get_size_and_cell(&buffer, &cell_log, *argv) < 0) {
161 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 62 milliseconds