aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_ipv4/ipt_string.h
blob: c26de3059903eeb21a91de18c067db084de67a68 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef _IPT_STRING_H
#define _IPT_STRING_H

#include <linux/netfilter/xt_string.h>

#define IPT_STRING_MAX_PATTERN_SIZE XT_STRING_MAX_PATTERN_SIZE
#define IPT_STRING_MAX_ALGO_NAME_SIZE XT_STRING_MAX_ALGO_NAME_SIZE
#define ipt_string_info xt_string_info

#endif /*_IPT_STRING_H*/