Searched defs:maxburst (Results 1 - 2 of 2) sorted by relevance

/external/iproute2/tc/
H A Dtc_cbq.c28 int ewma_log, unsigned maxburst)
35 if (bndw != rate && maxburst) {
37 vxmt *= (pow(g, -(double)maxburst) - 1);
27 tc_cbq_calc_maxidle(unsigned bndw, unsigned rate, unsigned avpkt, int ewma_log, unsigned maxburst) argument
H A Dq_cbq.c29 fprintf(stderr, "Usage: ... cbq bandwidth BPS rate BPS maxburst PKTS [ avpkt BYTES ]\n");
195 unsigned minburst=0, maxburst=0; local
233 } else if (matches(*argv, "maxburst") == 0) {
235 if (get_u32(&maxburst, *argv, 0)) {
236 explain1("maxburst");
399 lss.maxidle = tc_cbq_calc_maxidle(bndw, r.rate, lss.avpkt, ewma_log, maxburst);

Completed in 22 milliseconds