Home
last modified time | relevance | path

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

/Linux-v4.19/samples/bpf/
Dtest_current_task_under_cgroup_kern.c35 if (!bpf_current_task_under_cgroup(&cgroup_map, 0)) in bpf_prog1()
/Linux-v4.19/tools/testing/selftests/bpf/
Dbpf_helpers.h52 static int (*bpf_current_task_under_cgroup)(void *map, int index) = variable
/Linux-v4.19/kernel/trace/
Dbpf_trace.c471 BPF_CALL_2(bpf_current_task_under_cgroup, struct bpf_map *, map, u32, idx) in BPF_CALL_2() argument
487 .func = bpf_current_task_under_cgroup,