summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/xt_cgroup.h
blob: 42b44a23231d2001fbd6ea469ecf623f69fa3053 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _XT_CGROUP_H
#define _XT_CGROUP_H

#include <linux/types.h>

struct xt_cgroup_info_v0 {
	__u32 id;
	__u32 invert;
};

#endif /* _XT_CGROUP_H */