4 #include <linux/types.h>
6 #define XT_STRING_MAX_PATTERN_SIZE 128
7 #define XT_STRING_MAX_ALGO_NAME_SIZE 16
10 XT_STRING_FLAG_INVERT
= 0x01,
11 XT_STRING_FLAG_IGNORECASE
= 0x02
18 char algo
[XT_STRING_MAX_ALGO_NAME_SIZE
];
19 char pattern
[XT_STRING_MAX_PATTERN_SIZE
];
31 /* Used internally by the kernel */
32 struct ts_config
__attribute__((aligned(8))) *config
;
35 #endif /*_XT_STRING_H*/