Searched refs:bpf_get_task_exe_file (Results 1 – 4 of 4) sorted by relevance
21 acquired = bpf_get_task_exe_file(NULL); in BPF_PROG()39 acquired = bpf_get_task_exe_file(task); in BPF_PROG()59 acquired = bpf_get_task_exe_file(parent); in BPF_PROG()73 acquired = bpf_get_task_exe_file(bpf_get_current_task_btf()); in BPF_PROG()
19 acquired = bpf_get_task_exe_file(bpf_get_current_task_btf()); in BPF_PROG()33 acquired = bpf_get_task_exe_file(bpf_get_current_task_btf()); in BPF_PROG()48 acquired = bpf_get_task_exe_file(task); in BPF_PROG()
39 __bpf_kfunc struct file *bpf_get_task_exe_file(struct task_struct *task) in bpf_get_task_exe_file() function158 BTF_ID_FLAGS(func, bpf_get_task_exe_file,
206 extern struct file *bpf_get_task_exe_file(struct task_struct *task) __ksym;