Searched refs:__cgroup_bpf_detach (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/include/linux/ |
D | bpf-cgroup.h | 102 int __cgroup_bpf_detach(struct cgroup *cgrp, struct bpf_prog *prog,
|
/Linux-v5.10/kernel/bpf/ |
D | cgroup.c | 667 int __cgroup_bpf_detach(struct cgroup *cgrp, struct bpf_prog *prog, in __cgroup_bpf_detach() function 833 WARN_ON(__cgroup_bpf_detach(cg_link->cgroup, NULL, cg_link, in bpf_cgroup_link_release()
|
/Linux-v5.10/kernel/cgroup/ |
D | cgroup.c | 6518 ret = __cgroup_bpf_detach(cgrp, prog, NULL, type); in cgroup_bpf_detach()
|