HomeSort by relevance Sort by last modified time
    Searched refs:get_size_and_cell (Results 1 - 5 of 5) sorted by null

  /external/iproute2/tc/
tc_util.h 73 int get_size_and_cell(unsigned int *size, int *cell_log, char *str);
m_police.c 94 if (get_size_and_cell(&buffer, &Rcell_log, *argv) < 0) {
105 if (get_size_and_cell(&mtu, &Pcell_log, *argv) < 0) {
q_htb.c 162 if (get_size_and_cell(&buffer, &cell_log, *argv) < 0) {
171 if (get_size_and_cell(&cbuffer, &ccell_log, *argv) < 0) {
q_tbf.c 93 if (get_size_and_cell(&buffer, &Rcell_log, *argv) < 0) {
107 if (get_size_and_cell(&mtu, &Pcell_log, *argv) < 0) {
tc_util.c 356 int get_size_and_cell(unsigned int *size, int *cell_log, char *str) function

Completed in 58 milliseconds