]> git.proxmox.com Git - mirror_iproute2.git/blame - tc/tc_cbq.h
rdma: Properly mark RDMAtool license
[mirror_iproute2.git] / tc / tc_cbq.h
CommitLineData
6054c1eb 1/* SPDX-License-Identifier: GPL-2.0 */
aba5acdf
SH
2#ifndef _TC_CBQ_H_
3#define _TC_CBQ_H_ 1
4
5unsigned tc_cbq_calc_maxidle(unsigned bndw, unsigned rate, unsigned avpkt,
6 int ewma_log, unsigned maxburst);
7unsigned tc_cbq_calc_offtime(unsigned bndw, unsigned rate, unsigned avpkt,
8 int ewma_log, unsigned minburst);
9
10#endif