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

Go to the source code of this file.

Data Structures

struct  xt_recent_mtinfo
 
struct  xt_recent_mtinfo_v1
 

Macros

#define XT_RECENT_MODIFIERS   (XT_RECENT_TTL|XT_RECENT_REAP)
 
#define XT_RECENT_VALID_FLAGS
 

Enumerations

enum  {
  XT_RECENT_CHECK = 1 << 0, XT_RECENT_SET = 1 << 1, XT_RECENT_UPDATE = 1 << 2, XT_RECENT_REMOVE = 1 << 3,
  XT_RECENT_TTL = 1 << 4, XT_RECENT_REAP = 1 << 5, XT_RECENT_SOURCE = 0, XT_RECENT_DEST = 1,
  XT_RECENT_NAME_LEN = 200
}
 

Macro Definition Documentation

#define XT_RECENT_MODIFIERS   (XT_RECENT_TTL|XT_RECENT_REAP)

Definition at line 21 of file xt_recent.h.

#define XT_RECENT_VALID_FLAGS
Value:

Definition at line 23 of file xt_recent.h.

Enumeration Type Documentation

anonymous enum
Enumerator:
XT_RECENT_CHECK 
XT_RECENT_SET 
XT_RECENT_UPDATE 
XT_RECENT_REMOVE 
XT_RECENT_TTL 
XT_RECENT_REAP 
XT_RECENT_SOURCE 
XT_RECENT_DEST 
XT_RECENT_NAME_LEN 

Definition at line 6 of file xt_recent.h.