Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
xt_ipvs.h
Go to the documentation of this file.
1 #ifndef _XT_IPVS_H
2 #define _XT_IPVS_H
3 
4 #include <linux/types.h>
5 
6 enum {
7  XT_IPVS_IPVS_PROPERTY = 1 << 0, /* all other options imply this one */
8  XT_IPVS_PROTO = 1 << 1,
9  XT_IPVS_VADDR = 1 << 2,
10  XT_IPVS_VPORT = 1 << 3,
11  XT_IPVS_DIR = 1 << 4,
12  XT_IPVS_METHOD = 1 << 5,
13  XT_IPVS_VPORTCTL = 1 << 6,
14  XT_IPVS_MASK = (1 << 7) - 1,
16 };
17 
24 
27 };
28 
29 #endif /* _XT_IPVS_H */