Searched refs:__cgroup_bpf_detach (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | bpf-cgroup.h | 100 int __cgroup_bpf_detach(struct cgroup *cgrp, struct bpf_prog *prog,
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | cgroup.c | 940 * __cgroup_bpf_detach() - Detach the program or link from a cgroup, and 950 static int __cgroup_bpf_detach(struct cgroup *cgrp, struct bpf_prog *prog, in __cgroup_bpf_detach() function 1014 ret = __cgroup_bpf_detach(cgrp, prog, NULL, type); in cgroup_bpf_detach() 1201 WARN_ON(__cgroup_bpf_detach(cg_link->cgroup, NULL, cg_link, in bpf_cgroup_link_release()
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | cgroup.c | 713 * __cgroup_bpf_detach() - Detach the program or link from a cgroup, and 723 int __cgroup_bpf_detach(struct cgroup *cgrp, struct bpf_prog *prog, in __cgroup_bpf_detach() function 885 WARN_ON(__cgroup_bpf_detach(cg_link->cgroup, NULL, cg_link, in bpf_cgroup_link_release()
|
/kernel/linux/linux-5.10/kernel/cgroup/ |
H A D | cgroup.c | 6614 ret = __cgroup_bpf_detach(cgrp, prog, NULL, type); in cgroup_bpf_detach()
|
Completed in 14 milliseconds