Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Enumerations
xt_statistic.h File Reference
#include <linux/types.h>

Go to the source code of this file.

Data Structures

struct  xt_statistic_info
 

Macros

#define XT_STATISTIC_MODE_MAX   (__XT_STATISTIC_MODE_MAX - 1)
 
#define XT_STATISTIC_MASK   0x1
 

Enumerations

enum  xt_statistic_mode { XT_STATISTIC_MODE_RANDOM, XT_STATISTIC_MODE_NTH, __XT_STATISTIC_MODE_MAX }
 
enum  xt_statistic_flags { XT_STATISTIC_INVERT = 0x1 }
 

Macro Definition Documentation

#define XT_STATISTIC_MASK   0x1

Definition at line 16 of file xt_statistic.h.

#define XT_STATISTIC_MODE_MAX   (__XT_STATISTIC_MODE_MAX - 1)

Definition at line 11 of file xt_statistic.h.

Enumeration Type Documentation

Enumerator:
XT_STATISTIC_INVERT 

Definition at line 13 of file xt_statistic.h.

Enumerator:
XT_STATISTIC_MODE_RANDOM 
XT_STATISTIC_MODE_NTH 
__XT_STATISTIC_MODE_MAX 

Definition at line 6 of file xt_statistic.h.