summaryrefslogtreecommitdiff
path: root/polux/application/iproute2/tc/tc_cbq.h
diff options
context:
space:
mode:
Diffstat (limited to 'polux/application/iproute2/tc/tc_cbq.h')
-rw-r--r--polux/application/iproute2/tc/tc_cbq.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/polux/application/iproute2/tc/tc_cbq.h b/polux/application/iproute2/tc/tc_cbq.h
new file mode 100644
index 0000000000..8f956490dd
--- /dev/null
+++ b/polux/application/iproute2/tc/tc_cbq.h
@@ -0,0 +1,9 @@
+#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