GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / toolchains / hndtools-arm-linux-2.6.36-uclibc-4.5.3 / arm-brcm-linux-uclibcgnueabi / sysroot / usr / include / linux / netfilter / xt_connlimit.h
blob9ba54e48acd2288b856714194ff2508cf9e3a615
1 #ifndef _XT_CONNLIMIT_H
2 #define _XT_CONNLIMIT_H
4 struct xt_connlimit_data;
6 struct xt_connlimit_info {
7 union {
8 union nf_inet_addr mask;
9 union {
10 __be32 v4_mask;
11 __be32 v6_mask[4];
14 unsigned int limit, inverse;
16 /* Used internally by the kernel */
17 struct xt_connlimit_data *data __attribute__((aligned(8)));
20 #endif /* _XT_CONNLIMIT_H */