aboutsummaryrefslogtreecommitdiff
path: root/include/linux/netfilter_ipv4/ipt_realm.h
blob: a4d6698723acf280c77cc362ab0d8f9396d5433b (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _IPT_REALM_H
#define _IPT_REALM_H

struct ipt_realm_info {
	u_int32_t id;
	u_int32_t mask;
	u_int8_t invert;
};

#endif /* _IPT_REALM_H */