Searched refs:bpf_get_task_exe_file (Results 1 – 4 of 4) sorted by relevance
22 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()
20 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()
42 __bpf_kfunc struct file *bpf_get_task_exe_file(struct task_struct *task) in bpf_get_task_exe_file() function362 BTF_ID_FLAGS(func, bpf_get_task_exe_file,
206 extern struct file *bpf_get_task_exe_file(struct task_struct *task) __ksym;