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

/linux-master/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;
H A Dlinked_vars1.c11 extern const void bpf_link_fops __ksym __weak;
50 + (long)&bpf_link_fops;
/linux-master/tools/bpf/bpftool/skeleton/
H A Dpid_iter.bpf.c31 extern const void bpf_link_fops __ksym;
87 fops = &bpf_link_fops;
/linux-master/kernel/bpf/
H A Dsyscall.c3140 static const struct file_operations bpf_link_fops = { variable in typeref:struct:file_operations
3191 file = anon_inode_getfile("bpf_link", &bpf_link_fops, link, O_CLOEXEC);
3219 return anon_inode_getfd("bpf-link", &bpf_link_fops, link, O_CLOEXEC);
3229 if (f.file->f_op != &bpf_link_fops) {
4952 else if (f.file->f_op == &bpf_link_fops)
5087 if (file->f_op == &bpf_link_fops) {

Completed in 142 milliseconds