Busybox: Upgrade to 1.21.1 (stable). lsof active.
[tomato.git] / release / src / router / iproute2 / tc / tc_cbq.h
blob8f956490dd3055f0145719c16a37ef4e69f4a1f7
1 #ifndef _TC_CBQ_H_
2 #define _TC_CBQ_H_ 1
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);
9 #endif