Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
xt_cluster.h
Go to the documentation of this file.
1 #ifndef _XT_CLUSTER_MATCH_H
2 #define _XT_CLUSTER_MATCH_H
3 
4 #include <linux/types.h>
5 
7  XT_CLUSTER_F_INV = (1 << 0)
8 };
9 
15 };
16 
17 #define XT_CLUSTER_NODES_MAX 32
18 
19 #endif /* _XT_CLUSTER_MATCH_H */