summaryrefslogtreecommitdiffstats
path: root/tc/tc_cbq.h
blob: 8f956490dd3055f0145719c16a37ef4e69f4a1f7 (plain)
1
2
3
4
5
6
7
8
9
#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