Home
last modified time | relevance | path

Searched refs:bpf_cgroup_from_id (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/tools/testing/selftests/bpf/progs/
Dtest_task_under_cgroup.c10 struct cgroup *bpf_cgroup_from_id(u64 cgid) __ksym;
36 cgrp = bpf_cgroup_from_id(cgid); in BPF_PROG()
Dcgrp_kfunc_success.c202 res = bpf_cgroup_from_id(parent_cgid); in BPF_PROG()
215 res = bpf_cgroup_from_id((u64)-1); in BPF_PROG()
Dcgrp_kfunc_common.h26 struct cgroup *bpf_cgroup_from_id(u64 cgid) __ksym;
/Linux-v6.6/kernel/bpf/
Dhelpers.c2177 __bpf_kfunc struct cgroup *bpf_cgroup_from_id(u64 cgid) in bpf_cgroup_from_id() function
2461 BTF_ID_FLAGS(func, bpf_cgroup_from_id, KF_ACQUIRE | KF_RET_NULL)
/Linux-v6.6/Documentation/bpf/
Dkfuncs.rst614 bpf_cgroup_ancestor() and bpf_cgroup_from_id(), allowing callers to access
622 :identifiers: bpf_cgroup_from_id