Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dbpf-cgroup.h70 int __cgroup_bpf_attach(struct cgroup *cgrp, struct bpf_prog *prog,
/Linux-v4.19/kernel/bpf/
Dcgroup.c230 int __cgroup_bpf_attach(struct cgroup *cgrp, struct bpf_prog *prog, in __cgroup_bpf_attach() function
/Linux-v4.19/kernel/cgroup/
Dcgroup.c5898 ret = __cgroup_bpf_attach(cgrp, prog, type, flags); in cgroup_bpf_attach()