Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
ipt_CLUSTERIP.h
Go to the documentation of this file.
1 #ifndef _IPT_CLUSTERIP_H_target
2 #define _IPT_CLUSTERIP_H_target
3 
4 #include <linux/types.h>
5 
10 };
11 
12 #define CLUSTERIP_HASHMODE_MAX CLUSTERIP_HASHMODE_SIP_SPT_DPT
13 
14 #define CLUSTERIP_MAX_NODES 16
15 
16 #define CLUSTERIP_FLAG_NEW 0x00000001
17 
18 struct clusterip_config;
19 
21 
23 
24  /* only relevant for new ones */
31 
32  /* Used internally by the kernel */
34 };
35 
36 #endif /*_IPT_CLUSTERIP_H_target*/