Searched refs:full_sendmsg_fds (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/arch/um/drivers/ |
| D | virtio_uml.c | 66 static int full_sendmsg_fds(int fd, const void *buf, unsigned int len, in full_sendmsg_fds() function 193 rc = full_sendmsg_fds(vu_dev->sock, msg, size, fds, num_fds); in vhost_user_send() 299 rc = full_sendmsg_fds(vu_dev->req_fd, &reply, size, NULL, 0); in vhost_user_reply()
|