Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/tools/bpf/bpftool/skeleton/
H A Dpid_iter.bpf.c31 extern const void bpf_link_fops __ksym;
87 fops = &bpf_link_fops; in iter()
/openbmc/linux/kernel/bpf/
H A Dsyscall.c3003 static const struct file_operations bpf_link_fops = { variable
3054 file = anon_inode_getfile("bpf_link", &bpf_link_fops, link, O_CLOEXEC); in bpf_link_prime()
3082 return anon_inode_getfd("bpf-link", &bpf_link_fops, link, O_CLOEXEC); in bpf_link_new_fd()
3092 if (f.file->f_op != &bpf_link_fops) { in bpf_link_get_from_fd()
4797 else if (f.file->f_op == &bpf_link_fops) in bpf_obj_get_info_by_fd()
4913 if (file->f_op == &bpf_link_fops) { in bpf_task_fd_query()