allow coexistance of N build and AC build.
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / include / linux / netfilter / xt_layer7.h
blobc38d3c4c7d97ae1fed76260fc36445b04493d5bd
1 #ifndef _XT_LAYER7_H
2 #define _XT_LAYER7_H
4 #define MAX_PATTERN_LEN 8192
5 #define MAX_PROTOCOL_LEN 256
7 struct xt_layer7_info {
8 char protocol[MAX_PROTOCOL_LEN];
9 char pattern[MAX_PATTERN_LEN];
10 u_int8_t invert;
11 u_int8_t pkt;
14 #endif /* _XT_LAYER7_H */