Searched refs:iomsg (Results 1 – 1 of 1) sorted by relevance
200 struct io_async_msghdr *iomsg) in io_sendmsg_copy_hdr() argument205 iomsg->msg.msg_name = &iomsg->addr; in io_sendmsg_copy_hdr()206 iomsg->free_iov = iomsg->fast_iov; in io_sendmsg_copy_hdr()207 ret = sendmsg_copy_msghdr(&iomsg->msg, sr->umsg, sr->msg_flags, in io_sendmsg_copy_hdr()208 &iomsg->free_iov); in io_sendmsg_copy_hdr()210 sr->msg_control = iomsg->msg.msg_control_user; in io_sendmsg_copy_hdr()297 struct io_async_msghdr iomsg, *kmsg; in io_sendmsg() local311 ret = io_sendmsg_copy_hdr(req, &iomsg); in io_sendmsg()314 kmsg = &iomsg; in io_sendmsg()430 static bool io_recvmsg_multishot_overflow(struct io_async_msghdr *iomsg) in io_recvmsg_multishot_overflow() argument[all …]