Home
last modified time | relevance | path

Searched refs:tc_calc_xmitsize (Results 1 – 5 of 5) sorted by relevance

/external/iproute2/tc/
Dtc_core.h22 unsigned tc_calc_xmitsize(unsigned rate, unsigned ticks);
Dq_tbf.c239 buffer = tc_calc_xmitsize(qopt->rate.rate, qopt->buffer); in tbf_print_opt()
251 mtu = tc_calc_xmitsize(qopt->peakrate.rate, qopt->mtu); in tbf_print_opt()
Dq_htb.c269 buffer = tc_calc_xmitsize(hopt->rate.rate, hopt->buffer); in htb_print_opt()
271 cbuffer = tc_calc_xmitsize(hopt->ceil.rate, hopt->cbuffer); in htb_print_opt()
Dtc_core.c64 unsigned tc_calc_xmitsize(unsigned rate, unsigned ticks) in tc_calc_xmitsize() function
Dm_police.c348 buffer = tc_calc_xmitsize(p->rate.rate, p->burst); in print_police()