Lines Matching refs:MSG_WAITALL
137 if (!(flags & MSG_WAITALL)) in io_net_retry()
417 sr->msg_flags |= MSG_WAITALL; in io_sendmsg_prep()
534 if (flags & MSG_WAITALL) in io_sendmsg()
645 if (flags & MSG_WAITALL || sr->flags & IORING_RECVSEND_BUNDLE) in io_send()
792 if (sr->msg_flags & MSG_WAITALL) in io_recvmsg_prep()
1016 if (flags & MSG_WAITALL && !kmsg->msg.msg_controllen) in io_recvmsg()
1038 } else if ((flags & MSG_WAITALL) && (kmsg->msg.msg_flags & (MSG_TRUNC | MSG_CTRUNC))) { in io_recvmsg()
1155 if (flags & MSG_WAITALL) in io_recv()
1176 } else if ((flags & MSG_WAITALL) && (kmsg->msg.msg_flags & (MSG_TRUNC | MSG_CTRUNC))) { in io_recv()
1440 if (msg_flags & MSG_WAITALL) in io_send_zc()
1514 if (flags & MSG_WAITALL) in io_sendmsg_zc()