4 #define XT_STRING_MAX_PATTERN_SIZE 128
5 #define XT_STRING_MAX_ALGO_NAME_SIZE 16
8 XT_STRING_FLAG_INVERT = 0x01,
9 XT_STRING_FLAG_IGNORECASE = 0x02
14 u_int16_t from_offset;
16 char algo[XT_STRING_MAX_ALGO_NAME_SIZE];
17 char pattern[XT_STRING_MAX_PATTERN_SIZE];
29 /* Used internally by the kernel */
30 struct ts_config __attribute__((aligned(8))) *config;
33 #endif /*_XT_STRING_H*/