MSG_NOSIGNAL
msg.msg_flags |= MSG_NOSIGNAL | MSG_SPLICE_PAGES;
struct msghdr msg = {.msg_flags = msg_flags | MSG_NOSIGNAL};
err = drbd_recv_short(connection->data.socket, buffer, size, MSG_NOSIGNAL|MSG_DONTWAIT);
.msg_flags = (flags ? flags : MSG_WAITALL | MSG_NOSIGNAL)
msg.msg_flags = msg_flags | MSG_NOSIGNAL;
if (msg->msg_flags & ~(MSG_DONTWAIT | MSG_NOSIGNAL | MSG_ERRQUEUE))
flags = ovpn_skb_cb(skb)->nosignal ? MSG_NOSIGNAL : 0;
if (msg->msg_flags & ~(MSG_DONTWAIT | MSG_NOSIGNAL)) {
ovpn_skb_cb(skb)->nosignal = msg->msg_flags & MSG_NOSIGNAL;
c->recv_msg.msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL;
struct msghdr msg = {.msg_flags = MSG_NOSIGNAL};
struct msghdr msg = { .msg_flags = MSG_NOSIGNAL };
struct msghdr msg = { .msg_flags = MSG_NOSIGNAL };
.msg_flags = MSG_SPLICE_PAGES | MSG_DONTWAIT | MSG_NOSIGNAL,
msg.msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL;
smb_msg->msg_flags = MSG_DONTWAIT + MSG_NOSIGNAL;
smb_msg->msg_flags = MSG_NOSIGNAL;
struct msghdr smb_msg = {.msg_flags = MSG_NOSIGNAL};
zc->msg_flags = READ_ONCE(sqe->msg_flags) | MSG_NOSIGNAL | MSG_ZEROCOPY;
sr->msg_flags = READ_ONCE(sqe->msg_flags) | MSG_NOSIGNAL;
s->msg.msg_flags = MSG_NOSIGNAL;
if (flags & ~(MSG_DONTWAIT | MSG_NOSIGNAL | MSG_ERRQUEUE | MSG_CMSG_COMPAT))
if (sent == 0 && !(msg->msg_flags&MSG_NOSIGNAL))
struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL };
struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL };
struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL };
.msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL | more,
#define CEPH_MSG_FLAGS (MSG_DONTWAIT | MSG_NOSIGNAL)
if (err == -EPIPE && !(flags & MSG_NOSIGNAL))
msg->msg_flags &= MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL | MSG_FASTOPEN;
struct msghdr msg = {.msg_flags = MSG_DONTWAIT|MSG_NOSIGNAL};
if (flags & ~(MSG_PEEK|MSG_TRUNC|MSG_DONTWAIT|MSG_NOSIGNAL|
if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL|
if ((msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL|
MSG_NOSIGNAL|MSG_CMSG_COMPAT))
msg.msg_flags = MSG_SPLICE_PAGES | MSG_DONTWAIT | MSG_NOSIGNAL;
.msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL,
if (err == -EPIPE && !(flags & MSG_NOSIGNAL))
msg.msg_flags |= MSG_NOSIGNAL;
#define XS_SENDMSG_FLAGS (MSG_DONTWAIT | MSG_NOSIGNAL)
~(MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL |
MSG_DONTWAIT | MSG_NOSIGNAL |
if (msg->msg_flags & ~(MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL |
if (!sent && !(msg->msg_flags & MSG_NOSIGNAL))
sendmsg(s, &msg, MSG_NOSIGNAL);
n = sendto(sock, buf, sizeof(buf), MSG_NOSIGNAL | MSG_CONFIRM,
int err, i, flags = MSG_NOSIGNAL;
sendto(sockfd, buf, sizeof(buf), MSG_NOSIGNAL | MSG_CONFIRM,
n = sendto(sockfd, buf, sizeof(*tlv), MSG_NOSIGNAL | MSG_CONFIRM,
ret = send(fd, &large_ack, size_ack, MSG_NOSIGNAL);
if (sendto(args->sockfd, msg, strlen(msg), MSG_NOSIGNAL,
ret = recvfrom(fd, repl, sizeof(repl), MSG_NOSIGNAL,
ret = send(socket, buf, sizeof(buf), MSG_NOSIGNAL);
ret = recv(socket, buf, sizeof(buf), MSG_NOSIGNAL);
res = send(fd, "A", 1, MSG_NOSIGNAL);