/external/iproute2/tc/ |
q_htb.c | 107 int cell_log=-1,ccell_log = -1; local 152 if (get_size_and_cell(&buffer, &cell_log, *argv) < 0) { 220 if (tc_calc_rtable(&opt.rate, rtab, cell_log, mtu, linklayer) < 0) { 273 1<<hopt->rate.cell_log, 278 1<<hopt->ceil.cell_log,
|
q_cbq.c | 58 int cell_log=-1; local 98 cell_log = i; 154 if (tc_calc_rtable(&r, rtab, cell_log, allot, linklayer) < 0) { 191 int cell_log=-1; local 277 cell_log = i; 365 if (tc_calc_rtable(&r, rtab, cell_log, pktsize, linklayer) < 0) { 490 fprintf(f, "cell %ub ", 1<<r->cell_log);
|
/external/libnl/lib/route/sch/ |
htb.c | 257 uint8_t cell_log = 0; local 260 cell_log++; 263 return cell_log; 294 /* if cell_log not set, compute default value */ 295 if (opts.rate.cell_log == UINT8_MAX) 296 opts.rate.cell_log = compute_cell(opts.rate.rate, mtu); 303 /* if cell_log not set, compute default value */ 304 if (opts.ceil.cell_log == UINT8_MAX) 305 opts.ceil.cell_log = compute_cell(opts.ceil.rate, mtu); 336 1 << opts.rate.cell_log, [all...] |
tbf.c | 348 bucket = 2047; /* defaults to cell_log=3 */ 369 int cell_log; local 375 cell_log = calc_cell_log(cell, bucket); 376 if (cell_log < 0) 377 return cell_log; 381 tbf->qt_rate.rs_cell_log = cell_log; 448 int cell_log; local 454 cell_log = calc_cell_log(cell, bucket); 455 if (cell_log < 0) 456 return cell_log; [all...] |
/external/libnl/lib/route/ |
tc.c | 449 int i, size, cell_log; local 451 cell_log = rtnl_tc_calc_cell_log(cell); 452 if (cell_log < 0) 453 return cell_log; 456 size = (i << cell_log) + overhead;
|
/development/ndk/platforms/android-3/include/linux/ |
pkt_sched.h | 54 unsigned char cell_log; member in struct:tc_ratespec
|
/external/libnl/include/linux/ |
pkt_sched.h | 78 unsigned char cell_log; member in struct:tc_ratespec
|
/bionic/libc/kernel/uapi/linux/ |
pkt_sched.h | 67 unsigned char cell_log; member in struct:tc_ratespec 79 unsigned char cell_log; member in struct:tc_sizespec
|
/development/ndk/platforms/android-L/include/linux/ |
pkt_sched.h | 60 unsigned char cell_log; member in struct:tc_ratespec 71 unsigned char cell_log; member in struct:tc_sizespec
|
/external/iproute2/include/linux/ |
pkt_sched.h | 77 unsigned char cell_log; member in struct:tc_ratespec 88 unsigned char cell_log; member in struct:tc_sizespec
|
/external/kernel-headers/original/uapi/linux/ |
pkt_sched.h | 85 unsigned char cell_log; member in struct:tc_ratespec 96 unsigned char cell_log; member in struct:tc_sizespec
|