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_ipv4
ipt_ecn.h
Go to the documentation of this file.
1
#ifndef _IPT_ECN_H
2
#define _IPT_ECN_H
3
4
#include <
linux/netfilter/xt_ecn.h
>
5
#define ipt_ecn_info xt_ecn_info
6
7
enum
{
8
IPT_ECN_IP_MASK
=
XT_ECN_IP_MASK
,
9
IPT_ECN_OP_MATCH_IP
=
XT_ECN_OP_MATCH_IP
,
10
IPT_ECN_OP_MATCH_ECE
=
XT_ECN_OP_MATCH_ECE
,
11
IPT_ECN_OP_MATCH_CWR
=
XT_ECN_OP_MATCH_CWR
,
12
IPT_ECN_OP_MATCH_MASK
=
XT_ECN_OP_MATCH_MASK
,
13
};
14
15
#endif
/* IPT_ECN_H */
Generated on Thu Jan 10 2013 14:53:51 for Linux Kernel by
1.8.2