Sign in
gfiber
/
toolchains
/
windcharger
/
0fd0e2b059e4445ad3b805de848b118df9d9d939
/
.
/
mips-qca-linux-uclibc
/
sysroot
/
usr
/
include
/
linux
/
netfilter
/
xt_layer7.h
blob: c38d3c4c7d97ae1fed76260fc36445b04493d5bd [
file
] [
log
] [
blame
]
#ifndef
_XT_LAYER7_H
#define
_XT_LAYER7_H
#define
MAX_PATTERN_LEN
8192
#define
MAX_PROTOCOL_LEN
256
struct
xt_layer7_info
{
char
protocol
[
MAX_PROTOCOL_LEN
];
char
pattern
[
MAX_PATTERN_LEN
];
u_int8_t
invert
;
u_int8_t
pkt
;
};
#endif
/* _XT_LAYER7_H */