GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / include / linux / netfilter / xt_cluster.h
blob886682656f098db6df2dd5cd0327cd5a76c5b6c1
1 #ifndef _XT_CLUSTER_MATCH_H
2 #define _XT_CLUSTER_MATCH_H
4 enum xt_cluster_flags {
5 XT_CLUSTER_F_INV = (1 << 0)
6 };
8 struct xt_cluster_match_info {
9 u_int32_t total_nodes;
10 u_int32_t node_mask;
11 u_int32_t hash_seed;
12 u_int32_t flags;
15 #define XT_CLUSTER_NODES_MAX 32
17 #endif /* _XT_CLUSTER_MATCH_H */