OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tc_calc_xmitsize
(Results
1 - 5
of
5
) sorted by null
/external/iproute2/tc/
tc_core.h
22
unsigned
tc_calc_xmitsize
(unsigned rate, unsigned ticks);
q_tbf.c
239
buffer =
tc_calc_xmitsize
(qopt->rate.rate, qopt->buffer);
251
mtu =
tc_calc_xmitsize
(qopt->peakrate.rate, qopt->mtu);
tc_core.c
64
unsigned
tc_calc_xmitsize
(unsigned rate, unsigned ticks)
function
q_htb.c
267
buffer =
tc_calc_xmitsize
(hopt->rate.rate, hopt->buffer);
269
cbuffer =
tc_calc_xmitsize
(hopt->ceil.rate, hopt->cbuffer);
m_police.c
348
buffer =
tc_calc_xmitsize
(p->rate.rate, p->burst);
Completed in 671 milliseconds