Searched refs:receive_fd (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/ |
| H A D | file.h | 121 int receive_fd(struct file *file, int __user *ufd, unsigned int o_flags);
|
| /linux/include/net/ |
| H A D | scm.h | 115 return receive_fd(f, ufd, flags); in scm_recv_one_fd()
|
| /linux/io_uring/ |
| H A D | openclose.c | 302 ret = receive_fd(req->file, NULL, ifi->o_flags); in io_install_fixed_fd()
|
| /linux/fs/ |
| H A D | file.c | 1358 int receive_fd(struct file *file, int __user *ufd, unsigned int o_flags) in receive_fd() function 1383 EXPORT_SYMBOL_GPL(receive_fd);
|
| /linux/kernel/ |
| H A D | pid.c | 883 ret = receive_fd(file, NULL, O_CLOEXEC); in pidfd_getfd()
|
| H A D | seccomp.c | 1133 fd = receive_fd(addfd->file, NULL, addfd->flags); in seccomp_handle_addfd()
|
| /linux/drivers/vdpa/vdpa_user/ |
| H A D | vduse_dev.c | 1206 ret = receive_fd(f, NULL, perm_to_file_flags(entry.perm)); in vduse_dev_ioctl()
|