]> git.proxmox.com Git - mirror_iproute2.git/blame - tc/tc_red.h
lib: introduce print_nl
[mirror_iproute2.git] / tc / tc_red.h
CommitLineData
6054c1eb 1/* SPDX-License-Identifier: GPL-2.0 */
aba5acdf
SH
2#ifndef _TC_RED_H_
3#define _TC_RED_H_ 1
4
a8e9f4ae
SH
5int tc_red_eval_P(unsigned qmin, unsigned qmax, double prob);
6int tc_red_eval_ewma(unsigned qmin, unsigned burst, unsigned avpkt);
7int tc_red_eval_idle_damping(int wlog, unsigned avpkt, unsigned bandwidth,
8 __u8 *sbuf);
aba5acdf
SH
9
10#endif