]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/linux-26-headers/include/linux/netfilter_ipv4/ipt_connbytes.h
update
[l4.git] / l4 / pkg / linux-26-headers / 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