Home | History | Annotate | Download | only in netfilter_ipv4
      1 /****************************************************************************
      2  ****************************************************************************
      3  ***
      4  ***   This header was automatically generated from a Linux kernel header
      5  ***   of the same name, to make information necessary for userspace to
      6  ***   call into the kernel available to libc.  It contains only constants,
      7  ***   structures, and macros generated from the original header, and thus,
      8  ***   contains no copyrightable information.
      9  ***
     10  ****************************************************************************
     11  ****************************************************************************/
     12 #ifndef _IPT_CONNBYTES_H
     13 #define _IPT_CONNBYTES_H
     14 
     15 #include <linux/netfilter/xt_connbytes.h>
     16 #define ipt_connbytes_what xt_connbytes_what
     17 
     18 #define IPT_CONNBYTES_PKTS XT_CONNBYTES_PKTS
     19 #define IPT_CONNBYTES_BYTES XT_CONNBYTES_BYTES
     20 #define IPT_CONNBYTES_AVGPKT XT_CONNBYTES_AVGPKT
     21 
     22 #define ipt_connbytes_direction xt_connbytes_direction
     23 #define IPT_CONNBYTES_DIR_ORIGINAL XT_CONNBYTES_DIR_ORIGINAL
     24 #define IPT_CONNBYTES_DIR_REPLY XT_CONNBYTES_DIR_REPLY
     25 #define IPT_CONNBYTES_DIR_BOTH XT_CONNBYTES_DIR_BOTH
     26 
     27 #define ipt_connbytes_info xt_connbytes_info
     28 
     29 #endif
     30