Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
xt_string.h
Go to the documentation of this file.
1 #ifndef _XT_STRING_H
2 #define _XT_STRING_H
3 
4 #include <linux/types.h>
5 
6 #define XT_STRING_MAX_PATTERN_SIZE 128
7 #define XT_STRING_MAX_ALGO_NAME_SIZE 16
8 
9 enum {
12 };
13 
20  union {
21  struct {
23  } v0;
24 
25  struct {
27  } v1;
28  } u;
29 
30  /* Used internally by the kernel */
31  struct ts_config __attribute__((aligned(8))) *config;
32 };
33 
34 #endif /*_XT_STRING_H*/