Home
last modified time | relevance | path

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

/linux/tools/bpf/bpftool/
H A Dcgroup.c22 static const int cgroup_attach_types[] = { variable
221 for (i = 0; i < ARRAY_SIZE(cgroup_attach_types); i++) { in cgroup_has_attached_progs()
222 int count = count_attached_bpf_progs(cgroup_fd, cgroup_attach_types[i]); in cgroup_has_attached_progs()