Lines Matching refs:msg_flags
582 .msg_flags = MSG_DONTWAIT | MSG_MORE | MSG_SPLICE_PAGES,
613 .msg_flags = MSG_DONTWAIT | MSG_SPLICE_PAGES,
622 msg.msg_flags |= MSG_MORE;
662 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_SPLICE_PAGES, };
669 msg.msg_flags |= MSG_MORE;
671 msg.msg_flags |= MSG_EOR;
692 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_SPLICE_PAGES, };
699 msg.msg_flags |= MSG_MORE;
701 msg.msg_flags |= MSG_EOR;
722 struct msghdr msg = { .msg_flags = MSG_DONTWAIT };
730 msg.msg_flags |= MSG_MORE;
732 msg.msg_flags |= MSG_EOR;
1118 struct msghdr msg = { .msg_flags = MSG_DONTWAIT };
1124 iov.iov_len, msg.msg_flags);
1183 cmd->recv_msg.msg_flags);
1207 struct msghdr msg = { .msg_flags = MSG_DONTWAIT };
1214 iov.iov_len, msg.msg_flags);
1386 c->recv_msg.msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL;