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_state.h
Go to the documentation of this file.
1
#ifndef _XT_STATE_H
2
#define _XT_STATE_H
3
4
#define XT_STATE_BIT(ctinfo) (1 << ((ctinfo)%IP_CT_IS_REPLY+1))
5
#define XT_STATE_INVALID (1 << 0)
6
7
#define XT_STATE_UNTRACKED (1 << (IP_CT_NUMBER + 1))
8
9
struct
xt_state_info
{
10
unsigned
int
statemask
;
11
};
12
#endif
/*_XT_STATE_H*/
Generated on Thu Jan 10 2013 14:53:51 for Linux Kernel by
1.8.2