Lines Matching refs:msg_flags
615 .msg_flags = MSG_DONTWAIT | MSG_MORE | MSG_SPLICE_PAGES, in nvmet_try_send_data_pdu()
646 .msg_flags = MSG_DONTWAIT | MSG_SPLICE_PAGES, in nvmet_try_send_data()
655 msg.msg_flags |= MSG_MORE; in nvmet_try_send_data()
695 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_SPLICE_PAGES, }; in nvmet_try_send_response()
702 msg.msg_flags |= MSG_MORE; in nvmet_try_send_response()
704 msg.msg_flags |= MSG_EOR; in nvmet_try_send_response()
725 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_SPLICE_PAGES, }; in nvmet_try_send_r2t()
732 msg.msg_flags |= MSG_MORE; in nvmet_try_send_r2t()
734 msg.msg_flags |= MSG_EOR; in nvmet_try_send_r2t()
755 struct msghdr msg = { .msg_flags = MSG_DONTWAIT }; in nvmet_try_send_ddgst()
763 msg.msg_flags |= MSG_MORE; in nvmet_try_send_ddgst()
765 msg.msg_flags |= MSG_EOR; in nvmet_try_send_ddgst()
1150 struct msghdr msg = { .msg_flags = MSG_DONTWAIT }; in nvmet_tcp_try_recv_pdu()
1160 iov.iov_len, msg.msg_flags); in nvmet_tcp_try_recv_pdu()
1224 cmd->recv_msg.msg_flags); in nvmet_tcp_try_recv_data()
1255 struct msghdr msg = { .msg_flags = MSG_DONTWAIT }; in nvmet_tcp_try_recv_ddgst()
1266 iov.iov_len, msg.msg_flags); in nvmet_tcp_try_recv_ddgst()
1460 c->recv_msg.msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL; in nvmet_tcp_alloc_cmd()
1725 .msg_flags = MSG_PEEK, in nvmet_tcp_try_peek_pdu()
1732 iov.iov_len, msg.msg_flags); in nvmet_tcp_try_peek_pdu()