Searched refs:MSG_NOSIGNAL (Results 1 – 23 of 23) sorted by relevance
92 if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL| in pn_sendmsg()135 if (flags & ~(MSG_PEEK|MSG_TRUNC|MSG_DONTWAIT|MSG_NOSIGNAL| in pn_recvmsg()
1132 if ((msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL| in pep_sendmsg()1255 MSG_NOSIGNAL|MSG_CMSG_COMPAT)) in pep_recvmsg()
73 .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL, in rds_tcp_sendmsg()124 MSG_DONTWAIT|MSG_NOSIGNAL); in rds_tcp_xmit()
180 if (err == -EPIPE && !(flags & MSG_NOSIGNAL)) in sk_stream_error()
273 #define MSG_NOSIGNAL 0x4000 /* Do not generate SIGPIPE */ macro
152 smb_msg.msg_flags = MSG_DONTWAIT + MSG_NOSIGNAL; in smb_send_kvec()154 smb_msg.msg_flags = MSG_NOSIGNAL; in smb_send_kvec()
229 rq->tx_totallen, MSG_NOSIGNAL | MSG_DONTWAIT); in __ncptcp_try_send()378 do_send(server->info_sock, iov, 2, len + 8, MSG_NOSIGNAL); in info_server()
1705 if (flags & ~(MSG_CMSG_COMPAT|MSG_PEEK|MSG_OOB|MSG_WAITALL|MSG_DONTWAIT|MSG_NOSIGNAL)) { in dn_recvmsg()1928 if (flags & ~(MSG_TRYHARD|MSG_OOB|MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL|MSG_MORE|MSG_CMSG_COMPAT)) in dn_sendmsg()1956 if (!(flags & MSG_NOSIGNAL)) in dn_sendmsg()
608 s->msg.msg_flags = MSG_NOSIGNAL; in bnep_add_connection()
352 msg.msg_flags = MSG_NOSIGNAL; in usbip_recv()
843 MSG_DONTWAIT | MSG_NOSIGNAL); in receive_from_sock()1558 const int msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL; in send_to_sock()
172 msg.msg_flags = msg_flags | MSG_NOSIGNAL; in sock_xmit()
190 if (msg->msg_flags & ~(MSG_DONTWAIT | MSG_NOSIGNAL | MSG_ERRQUEUE)) in mISDN_sock_sendmsg()
528 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL }; in ceph_tcp_recvmsg()560 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL }; in ceph_tcp_sendmsg()577 int flags = MSG_DONTWAIT | MSG_NOSIGNAL | (more ? MSG_MORE : MSG_EOR); in __ceph_tcp_sendpage()
668 if (sent == 0 && !(msg->msg_flags&MSG_NOSIGNAL)) in caif_stream_sendmsg()
1094 if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_NOSIGNAL|MSG_ERRQUEUE)) in hci_sock_sendmsg()
1565 struct msghdr msg = {.msg_flags = MSG_DONTWAIT|MSG_NOSIGNAL}; in ip_vs_send_async()
1516 msg_flags |= MSG_NOSIGNAL; in _drbd_send_page()1787 msg.msg_flags = msg_flags | MSG_NOSIGNAL; in drbd_send()
487 .msg_flags = (flags ? flags : MSG_WAITALL | MSG_NOSIGNAL) in drbd_recv_short()
1279 MSG_NOSIGNAL)) { in irda_sendmsg()
1879 if (sent == 0 && !(msg->msg_flags&MSG_NOSIGNAL)) in unix_stream_sendmsg()
324 #define XS_SENDMSG_FLAGS (MSG_DONTWAIT | MSG_NOSIGNAL)
1555 if (err == -EPIPE && !(flags & MSG_NOSIGNAL)) in sctp_error()