]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - tc/tc_cbq.h
iproute: Set ip/ip6 lwtunnel flags
[mirror_iproute2.git] / tc / tc_cbq.h
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..fa17d249a1cc2fc30bdf464f2534b23bf26ef16a 100644 (file)
@@ -0,0 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef _TC_CBQ_H_
+#define _TC_CBQ_H_ 1
+
+unsigned tc_cbq_calc_maxidle(unsigned bndw, unsigned rate, unsigned avpkt,
+                            int ewma_log, unsigned maxburst);
+unsigned tc_cbq_calc_offtime(unsigned bndw, unsigned rate, unsigned avpkt,
+                            int ewma_log, unsigned minburst);
+
+#endif