Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Enumerations
xt_ipvs.h File Reference
#include <linux/types.h>

Go to the source code of this file.

Data Structures

struct  xt_ipvs_mtinfo
 

Enumerations

enum  {
  XT_IPVS_IPVS_PROPERTY = 1 << 0, XT_IPVS_PROTO = 1 << 1, XT_IPVS_VADDR = 1 << 2, XT_IPVS_VPORT = 1 << 3,
  XT_IPVS_DIR = 1 << 4, XT_IPVS_METHOD = 1 << 5, XT_IPVS_VPORTCTL = 1 << 6, XT_IPVS_MASK = (1 << 7) - 1,
  XT_IPVS_ONCE_MASK = XT_IPVS_MASK & ~XT_IPVS_IPVS_PROPERTY
}
 

Enumeration Type Documentation

anonymous enum
Enumerator:
XT_IPVS_IPVS_PROPERTY 
XT_IPVS_PROTO 
XT_IPVS_VADDR 
XT_IPVS_VPORT 
XT_IPVS_DIR 
XT_IPVS_METHOD 
XT_IPVS_VPORTCTL 
XT_IPVS_MASK 
XT_IPVS_ONCE_MASK 

Definition at line 6 of file xt_ipvs.h.