summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_ipv4/ipt_realm.h
blob: 2357731295f104220b789c815c694c105780e9fd (plain)
1
2
3
4
5
6
7
8
9
#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*/