]> git.proxmox.com Git - mirror_iproute2.git/blob - tc/tc_red.h
lib: introduce print_nl
[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
10 #endif