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