xref: /aosp_15_r20/external/iproute2/tc/tc_cbq.h (revision de1e4e894b0c224df933550f0afdecc354b238c4)
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
10