]> git.proxmox.com Git - mirror_iproute2.git/blob - tc/tc_red.h
rdma: Properly mark RDMAtool license
[mirror_iproute2.git] / tc / tc_red.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _TC_RED_H_
3 #define _TC_RED_H_ 1
4
5 int tc_red_eval_P(unsigned qmin, unsigned qmax, double prob);
6 int tc_red_eval_ewma(unsigned qmin, unsigned burst, unsigned avpkt);
7 int tc_red_eval_idle_damping(int wlog, unsigned avpkt, unsigned bandwidth,
8 __u8 *sbuf);
9 void tc_red_print_flags(__u32 flags);
10
11 #endif