]> git.proxmox.com Git - mirror_iproute2.git/blob - tc/tc_cbq.h
(Logical change 1.3)
[mirror_iproute2.git] / tc / tc_cbq.h
1 #ifndef _TC_CBQ_H_
2 #define _TC_CBQ_H_ 1
3
4 unsigned tc_cbq_calc_maxidle(unsigned bndw, unsigned rate, unsigned avpkt,
5 int ewma_log, unsigned maxburst);
6 unsigned tc_cbq_calc_offtime(unsigned bndw, unsigned rate, unsigned avpkt,
7 int ewma_log, unsigned minburst);
8
9 #endif