summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/xt_RATEEST.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/netfilter/xt_RATEEST.h')
-rw-r--r--include/linux/netfilter/xt_RATEEST.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/linux/netfilter/xt_RATEEST.h b/include/linux/netfilter/xt_RATEEST.h
new file mode 100644
index 00000000..ed9665f1
--- /dev/null
+++ b/include/linux/netfilter/xt_RATEEST.h
@@ -0,0 +1,11 @@
+#ifndef _XT_RATEEST_TARGET_H
+#define _XT_RATEEST_TARGET_H
+
+struct xt_rateest_target_info {
+ char name[IFNAMSIZ];
+ signed char interval;
+ unsigned char ewma_log;
+ struct xt_rateest *est __attribute__((aligned(8)));
+};
+
+#endif /* _XT_RATEEST_TARGET_H */