Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_ksyms.c13 extern const void bpf_link_fops __ksym;
23 out__bpf_link_fops = (__u64)&bpf_link_fops; in handler()
H A Dlinked_vars1.c11 extern const void bpf_link_fops __ksym __weak;
50 + (long)&bpf_link_fops; in BPF_PROG()
/linux/tools/bpf/bpftool/skeleton/
H A Dpid_iter.bpf.c31 extern const void bpf_link_fops __ksym;
92 fops = &bpf_link_fops; in iter()
/linux/kernel/bpf/
H A Dsyscall.c3274 static const struct file_operations bpf_link_fops = { variable
3336 link->ops->poll ? &bpf_link_fops_poll : &bpf_link_fops, in bpf_link_prime()
3366 link->ops->poll ? &bpf_link_fops_poll : &bpf_link_fops, in bpf_link_new_fd()
3377 if (fd_file(f)->f_op != &bpf_link_fops && fd_file(f)->f_op != &bpf_link_fops_poll) in bpf_link_get_from_fd()
5284 else if (fd_file(f)->f_op == &bpf_link_fops || fd_file(f)->f_op == &bpf_link_fops_poll) in bpf_obj_get_info_by_fd()
5426 if (file->f_op == &bpf_link_fops || file->f_op == &bpf_link_fops_poll) { in bpf_task_fd_query()