Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
xt_statistic.h
Go to the documentation of this file.
1 #ifndef _XT_STATISTIC_H
2 #define _XT_STATISTIC_H
3 
4 #include <linux/types.h>
5 
10 };
11 #define XT_STATISTIC_MODE_MAX (__XT_STATISTIC_MODE_MAX - 1)
12 
15 };
16 #define XT_STATISTIC_MASK 0x1
17 
18 struct xt_statistic_priv;
19 
23  union {
24  struct {
26  } random;
27  struct {
30  __u32 count; /* unused */
31  } nth;
32  } u;
33  struct xt_statistic_priv *master __attribute__((aligned(8)));
34 };
35 
36 #endif /* _XT_STATISTIC_H */