• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef _IPT_STRING_H
2 #define _IPT_STRING_H
3 
4 #include <linux/netfilter/xt_string.h>
5 
6 #define IPT_STRING_MAX_PATTERN_SIZE XT_STRING_MAX_PATTERN_SIZE
7 #define IPT_STRING_MAX_ALGO_NAME_SIZE XT_STRING_MAX_ALGO_NAME_SIZE
8 #define ipt_string_info xt_string_info
9 
10 #endif /*_IPT_STRING_H*/
11