]> git.proxmox.com Git - mirror_iproute2.git/blob - tc/tc_cbq.h
ll_map: Add function to remove link cache entry by index
[mirror_iproute2.git] / tc / tc_cbq.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _TC_CBQ_H_
3 #define _TC_CBQ_H_ 1
4
5 unsigned tc_cbq_calc_maxidle(unsigned bndw, unsigned rate, unsigned avpkt,
6 int ewma_log, unsigned maxburst);
7 unsigned tc_cbq_calc_offtime(unsigned bndw, unsigned rate, unsigned avpkt,
8 int ewma_log, unsigned minburst);
9
10 #endif