Home
last modified time | relevance | path

Searched refs:has_classid (Results 1 – 2 of 2) sorted by relevance

/linux/net/netfilter/
H A Dxt_cgroup.c51 if (!info->has_path && !info->has_classid) { in cgroup_mt_check_v1()
56 if (info->has_path && info->has_classid) { in cgroup_mt_check_v1()
61 if (info->has_classid && !IS_ENABLED(CONFIG_CGROUP_NET_CLASSID)) { in cgroup_mt_check_v1()
91 if (!info->has_path && !info->has_classid) { in cgroup_mt_check_v2()
96 if (info->has_path && info->has_classid) { in cgroup_mt_check_v2()
101 if (info->has_classid && !IS_ENABLED(CONFIG_CGROUP_NET_CLASSID)) { in cgroup_mt_check_v2()
/linux/include/uapi/linux/netfilter/
H A Dxt_cgroup.h15 __u8 has_classid; member
29 __u8 has_classid; member