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
linux
netfilter
xt_rpfilter.h
Go to the documentation of this file.
1
#ifndef _XT_RPATH_H
2
#define _XT_RPATH_H
3
4
#include <linux/types.h>
5
6
enum
{
7
XT_RPFILTER_LOOSE
= 1 << 0,
8
XT_RPFILTER_VALID_MARK
= 1 << 1,
9
XT_RPFILTER_ACCEPT_LOCAL
= 1 << 2,
10
XT_RPFILTER_INVERT
= 1 << 3,
11
#ifdef __KERNEL__
12
XT_RPFILTER_OPTION_MASK =
XT_RPFILTER_LOOSE
|
13
XT_RPFILTER_VALID_MARK
|
14
XT_RPFILTER_ACCEPT_LOCAL
|
15
XT_RPFILTER_INVERT
,
16
#endif
17
};
18
19
struct
xt_rpfilter_info
{
20
__u8
flags
;
21
};
22
23
#endif
Generated on Thu Jan 10 2013 14:52:10 for Linux Kernel by
1.8.2