Tagging module iproute2 - iproute2-2.6.16-2
[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