projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
[linux-2.6]
/
include
/
linux
/
netfilter
/
xt_NFLOG.h
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 */