Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dbpf-cgroup.h157 int cgroup_bpf_inherit(struct cgroup *cgrp);
475 static inline int cgroup_bpf_inherit(struct cgroup *cgrp) { return 0; } in cgroup_bpf_inherit() function
/Linux-v5.15/kernel/bpf/
Dcgroup.c287 int cgroup_bpf_inherit(struct cgroup *cgrp) in cgroup_bpf_inherit() function
/Linux-v5.15/kernel/cgroup/
Dcgroup.c2020 ret = cgroup_bpf_inherit(root_cgrp); in cgroup_setup_root()
5326 ret = cgroup_bpf_inherit(cgrp); in cgroup_create()