Merge commit 'origin/trunk@12184' into fedora
[iptables.git] / trunk / include / linux / netfilter / xt_RATEEST.h
diff --git a/trunk/include/linux/netfilter/xt_RATEEST.h b/trunk/include/linux/netfilter/xt_RATEEST.h
new file mode 100644 (file)
index 0000000..f79e313
--- /dev/null
@@ -0,0 +1,13 @@
+#ifndef _XT_RATEEST_TARGET_H
+#define _XT_RATEEST_TARGET_H
+
+struct xt_rateest_target_info {
+       char                    name[IFNAMSIZ];
+       int8_t                  interval;
+       u_int8_t                ewma_log;
+
+       /* Used internally by the kernel */
+       struct xt_rateest       *est __attribute__((aligned(8)));
+};
+
+#endif /* _XT_RATEEST_TARGET_H */