Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/bpf/progs/
Dtest_d_path.c36 ret = bpf_d_path(path, paths_stat[cnt], MAX_PATH_LEN); in BPF_PROG()
57 ret = bpf_d_path(&file->f_path, in BPF_PROG()
/Linux-v5.10/kernel/trace/
Dbpf_trace.c1140 BPF_CALL_3(bpf_d_path, struct path *, path, char *, buf, u32, sz) in BPF_CALL_3() argument
1183 .func = bpf_d_path,