Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dbpf-cgroup.h111 int cgroup_bpf_inherit(struct cgroup *cgrp);
424 static inline int cgroup_bpf_inherit(struct cgroup *cgrp) { return 0; } in cgroup_bpf_inherit() function
/Linux-v6.6/kernel/bpf/
Dcgroup.c461 int cgroup_bpf_inherit(struct cgroup *cgrp) in cgroup_bpf_inherit() function
/Linux-v6.6/kernel/cgroup/
Dcgroup.c2090 ret = cgroup_bpf_inherit(root_cgrp); in cgroup_setup_root()
5624 ret = cgroup_bpf_inherit(cgrp); in cgroup_create()