Home
last modified time | relevance | path

Searched refs:bpf_current_task_under_cgroup (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/samples/bpf/
Dtest_current_task_under_cgroup.bpf.c35 if (!bpf_current_task_under_cgroup(&cgroup_map, 0)) in BPF_KSYSCALL()
/linux-6.6.21/kernel/trace/
Dbpf_trace.c797 BPF_CALL_2(bpf_current_task_under_cgroup, struct bpf_map *, map, u32, idx) in BPF_CALL_2() argument
813 .func = bpf_current_task_under_cgroup,