root/include/uapi/linux/netfilter/xt_cgroup.h

/* [<][>][^][v][top][bottom][index][help] */
#ifndef _UAPI_XT_CGROUP_H
#define _UAPI_XT_CGROUP_H

#include <linux/types.h>

struct xt_cgroup_info {
        __u32 id;
        __u32 invert;
};

#endif /* _UAPI_XT_CGROUP_H */

/* [<][>][^][v][top][bottom][index][help] */