]> git.proxmox.com Git - mirror_iproute2.git/blame - tc/tc_red.h
action police: make 'mtu' could be set independently in police action
[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);
33021752 9void tc_red_print_flags(__u32 flags);
aba5acdf
SH
10
11#endif