Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6
[sfrench/cifs-2.6.git] / include / linux / netfilter / xt_connlimit.h
1 #ifndef _XT_CONNLIMIT_H
2 #define _XT_CONNLIMIT_H
3
4 struct xt_connlimit_data;
5
6 struct xt_connlimit_info {
7         union {
8                 __be32 v4_mask;
9                 __be32 v6_mask[4];
10         };
11         unsigned int limit, inverse;
12
13         /* this needs to be at the end */
14         struct xt_connlimit_data *data __attribute__((aligned(8)));
15 };
16
17 #endif /* _XT_CONNLIMIT_H */