1 #ifndef _XT_CONNLIMIT_H
2 #define _XT_CONNLIMIT_H
4 #include <linux/types.h>
5 #include <linux/netfilter.h>
7 struct xt_connlimit_data
;
10 XT_CONNLIMIT_INVERT
= 1 << 0,
11 XT_CONNLIMIT_DADDR
= 1 << 1,
14 struct xt_connlimit_info
{
16 union nf_inet_addr mask
;
33 /* Used internally by the kernel */
34 struct xt_connlimit_data
*data
__attribute__((aligned(8)));
37 #endif /* _XT_CONNLIMIT_H */