Lines Matching refs:msg_flags
581 .msg_flags = MSG_DONTWAIT | MSG_MORE | MSG_SPLICE_PAGES, in nvmet_try_send_data_pdu()
612 .msg_flags = MSG_DONTWAIT | MSG_SPLICE_PAGES, in nvmet_try_send_data()
621 msg.msg_flags |= MSG_MORE; in nvmet_try_send_data()
661 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_SPLICE_PAGES, }; in nvmet_try_send_response()
668 msg.msg_flags |= MSG_MORE; in nvmet_try_send_response()
670 msg.msg_flags |= MSG_EOR; in nvmet_try_send_response()
691 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_SPLICE_PAGES, }; in nvmet_try_send_r2t()
698 msg.msg_flags |= MSG_MORE; in nvmet_try_send_r2t()
700 msg.msg_flags |= MSG_EOR; in nvmet_try_send_r2t()
721 struct msghdr msg = { .msg_flags = MSG_DONTWAIT }; in nvmet_try_send_ddgst()
729 msg.msg_flags |= MSG_MORE; in nvmet_try_send_ddgst()
731 msg.msg_flags |= MSG_EOR; in nvmet_try_send_ddgst()
1104 struct msghdr msg = { .msg_flags = MSG_DONTWAIT }; in nvmet_tcp_try_recv_pdu()
1110 iov.iov_len, msg.msg_flags); in nvmet_tcp_try_recv_pdu()
1169 cmd->recv_msg.msg_flags); in nvmet_tcp_try_recv_data()
1193 struct msghdr msg = { .msg_flags = MSG_DONTWAIT }; in nvmet_tcp_try_recv_ddgst()
1200 iov.iov_len, msg.msg_flags); in nvmet_tcp_try_recv_ddgst()
1372 c->recv_msg.msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL; in nvmet_tcp_alloc_cmd()