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

Go to the source code of this file.

Data Structures

struct  xt_string_info
 

Macros

#define XT_STRING_MAX_PATTERN_SIZE   128
 
#define XT_STRING_MAX_ALGO_NAME_SIZE   16
 

Enumerations

enum  { XT_STRING_FLAG_INVERT = 0x01, XT_STRING_FLAG_IGNORECASE = 0x02 }
 

Macro Definition Documentation

#define XT_STRING_MAX_ALGO_NAME_SIZE   16

Definition at line 7 of file xt_string.h.

#define XT_STRING_MAX_PATTERN_SIZE   128

Definition at line 6 of file xt_string.h.

Enumeration Type Documentation

anonymous enum
Enumerator:
XT_STRING_FLAG_INVERT 
XT_STRING_FLAG_IGNORECASE 

Definition at line 9 of file xt_string.h.