Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
xt_connbytes.h
Go to the documentation of this file.
1 #ifndef _XT_CONNBYTES_H
2 #define _XT_CONNBYTES_H
3 
4 #include <linux/types.h>
5 
10 };
11 
16 };
17 
19  struct {
20  __aligned_u64 from; /* count to be matched */
21  __aligned_u64 to; /* count to be matched */
22  } count;
23  __u8 what; /* ipt_connbytes_what */
24  __u8 direction; /* ipt_connbytes_direction */
25 };
26 #endif