Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394...
[pandora-kernel.git] / include / linux / netfilter_ipv4 / ipt_connbytes.h
1 #ifndef _IPT_CONNBYTES_H
2 #define _IPT_CONNBYTES_H
3
4 #include <linux/netfilter/xt_connbytes.h>
5 #define ipt_connbytes_what xt_connbytes_what
6
7 #define IPT_CONNBYTES_PKTS      XT_CONNBYTES_PKTS
8 #define IPT_CONNBYTES_BYTES     XT_CONNBYTES_BYTES
9 #define IPT_CONNBYTES_AVGPKT    XT_CONNBYTES_AVGPKT
10
11 #define ipt_connbytes_direction         xt_connbytes_direction
12 #define IPT_CONNBYTES_DIR_ORIGINAL      XT_CONNBYTES_DIR_ORIGINAL
13 #define IPT_CONNBYTES_DIR_REPLY         XT_CONNBYTES_DIR_REPLY
14 #define IPT_CONNBYTES_DIR_BOTH          XT_CONNBYTES_DIR_BOTH
15
16 #define ipt_connbytes_info xt_connbytes_info
17
18 #endif