summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/xt_realm.h
blob: 220e87245716e7d472f630836de7da9de669104a (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _XT_REALM_H
#define _XT_REALM_H

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

#endif /* _XT_REALM_H */