repo.or.cz
/
linux-2.6.22.y-op.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[NETFILTER]: add IPv6-capable TCPMSS target
[linux-2.6.22.y-op.git]
/
include
/
linux
/
netfilter
/
xt_NFLOG.h
blob
cdcd0ed58f7aced31dd8f909452a9d7e2dcb1bd8
1
#ifndef _XT_NFLOG_TARGET
2
#define _XT_NFLOG_TARGET
3
4
#define XT_NFLOG_DEFAULT_GROUP 0x1
5
#define XT_NFLOG_DEFAULT_THRESHOLD 1
6
7
#define XT_NFLOG_MASK 0x0
8
9
struct
xt_nflog_info
{
10
u_int32_t len
;
11
u_int16_t group
;
12
u_int16_t threshold
;
13
u_int16_t flags
;
14
u_int16_t pad
;
15
char
prefix
[
64
];
16
};
17
18
#endif
/* _XT_NFLOG_TARGET */