Home | History | Annotate | Download | only in tc
      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