blob: 8f956490dd3055f0145719c16a37ef4e69f4a1f7 [file] [log] [blame]
#ifndef _TC_CBQ_H_
#define _TC_CBQ_H_ 1
unsigned tc_cbq_calc_maxidle(unsigned bndw, unsigned rate, unsigned avpkt,
int ewma_log, unsigned maxburst);
unsigned tc_cbq_calc_offtime(unsigned bndw, unsigned rate, unsigned avpkt,
int ewma_log, unsigned minburst);
#endif