aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/xt_cluster.h
blob: 5e0a0d07b526d47e8026440a2d41cab1a45bd00b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef _XT_CLUSTER_MATCH_H
#define _XT_CLUSTER_MATCH_H

enum xt_cluster_flags {
	XT_CLUSTER_F_INV	= (1 << 0)
};

struct xt_cluster_match_info {
	u_int32_t		total_nodes;
	u_int32_t		node_mask;
	u_int32_t		hash_seed;
	u_int32_t		flags;
};

#endif /* _XT_CLUSTER_MATCH_H */