• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef _UAPI_XT_CGROUP_H
2 #define _UAPI_XT_CGROUP_H
3 
4 #include <linux/types.h>
5 
6 struct xt_cgroup_info {
7 	__u32 id;
8 	__u32 invert;
9 };
10 
11 #endif /* _UAPI_XT_CGROUP_H */
12