Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
include
uapi
linux
netfilter
xt_NFLOG.h
Go to the documentation of this file.
1
#ifndef _XT_NFLOG_TARGET
2
#define _XT_NFLOG_TARGET
3
4
#include <linux/types.h>
5
6
#define XT_NFLOG_DEFAULT_GROUP 0x1
7
#define XT_NFLOG_DEFAULT_THRESHOLD 0
8
9
#define XT_NFLOG_MASK 0x0
10
11
struct
xt_nflog_info
{
12
__u32
len
;
13
__u16
group
;
14
__u16
threshold
;
15
__u16
flags
;
16
__u16
pad
;
17
char
prefix
[64];
18
};
19
20
#endif
/* _XT_NFLOG_TARGET */
Generated on Thu Jan 10 2013 14:53:50 for Linux Kernel by
1.8.2