netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
ipt_ECN.h File Reference
Include dependency graph for ipt_ECN.h:
This graph shows which files directly or indirectly include this file:

Data Structures

struct  ipt_ECN_info
 

Macros

#define IPT_ECN_IP_MASK   (~XT_DSCP_MASK)
 
#define IPT_ECN_OP_SET_IP   0x01 /* set ECN bits of IPv4 header */
 
#define IPT_ECN_OP_SET_ECE   0x10 /* set ECE bit of TCP header */
 
#define IPT_ECN_OP_SET_CWR   0x20 /* set CWR bit of TCP header */
 
#define IPT_ECN_OP_MASK   0xce
 

Macro Definition Documentation

#define IPT_ECN_IP_MASK   (~XT_DSCP_MASK)
#define IPT_ECN_OP_MASK   0xce
#define IPT_ECN_OP_SET_CWR   0x20 /* set CWR bit of TCP header */
#define IPT_ECN_OP_SET_ECE   0x10 /* set ECE bit of TCP header */
#define IPT_ECN_OP_SET_IP   0x01 /* set ECN bits of IPv4 header */