4 #define XT_STRING_MAX_PATTERN_SIZE 128
5 #define XT_STRING_MAX_ALGO_NAME_SIZE 16
11 char algo
[XT_STRING_MAX_ALGO_NAME_SIZE
];
12 char pattern
[XT_STRING_MAX_PATTERN_SIZE
];
16 /* Used internally by the kernel */
17 struct ts_config
__attribute__((aligned(8))) *config
;
20 #endif /*_XT_STRING_H*/