]> git.proxmox.com Git - mirror_iproute2.git/blob - tc/tc_red.h
devlink: Add support for resource/dpipe relation
[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 extern int tc_red_eval_P(unsigned qmin, unsigned qmax, double prob);
6 extern int tc_red_eval_ewma(unsigned qmin, unsigned burst, unsigned avpkt);
7 extern int tc_red_eval_idle_damping(int wlog, unsigned avpkt, unsigned bandwidth, __u8 *sbuf);
8
9 #endif