summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/xt_cgroup.h
blob: 943d3a0206788e5af52751363dd0ebf1f49461d4 (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 {
	__u32 id;
	__u32 invert;
};

#endif /* _XT_CGROUP_H */