Home
last modified time | relevance | path

Searched refs:bpf_get_task_exe_file (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_vfs_reject.c22 acquired = bpf_get_task_exe_file(NULL); in BPF_PROG()
40 acquired = bpf_get_task_exe_file(task); in BPF_PROG()
60 acquired = bpf_get_task_exe_file(parent); in BPF_PROG()
74 acquired = bpf_get_task_exe_file(bpf_get_current_task_btf()); in BPF_PROG()
H A Dverifier_vfs_accept.c20 acquired = bpf_get_task_exe_file(bpf_get_current_task_btf()); in BPF_PROG()
34 acquired = bpf_get_task_exe_file(bpf_get_current_task_btf()); in BPF_PROG()
49 acquired = bpf_get_task_exe_file(task); in BPF_PROG()
/linux/fs/
H A Dbpf_fs_kfuncs.c42 __bpf_kfunc struct file *bpf_get_task_exe_file(struct task_struct *task) in bpf_get_task_exe_file() function
362 BTF_ID_FLAGS(func, bpf_get_task_exe_file,
/linux/tools/testing/selftests/bpf/
H A Dbpf_experimental.h206 extern struct file *bpf_get_task_exe_file(struct task_struct *task) __ksym;