Linux Kernel
3.7.1
|
#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 } |
#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.
anonymous enum |
Definition at line 9 of file xt_string.h.