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()122 int flags = MSG_DONTWAIT | MSG_NOSIGNAL | more; in rds_tcp_xmit()
184 if (err == -EPIPE && !(flags & MSG_NOSIGNAL)) in sk_stream_error()
273 #define MSG_NOSIGNAL 0x4000 /* Do not generate SIGPIPE */ macro
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()
152 smb_msg.msg_flags = MSG_DONTWAIT + MSG_NOSIGNAL; in smb_send_kvec()154 smb_msg.msg_flags = MSG_NOSIGNAL; in smb_send_kvec()
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()
623 MSG_DONTWAIT | MSG_NOSIGNAL); in receive_from_sock()1424 const int msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL; in send_to_sock()
352 msg.msg_flags = MSG_NOSIGNAL; in usbip_recv()
190 if (msg->msg_flags & ~(MSG_DONTWAIT | MSG_NOSIGNAL | MSG_ERRQUEUE)) in mISDN_sock_sendmsg()
529 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL }; in ceph_tcp_recvmsg()561 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL }; in ceph_tcp_sendmsg()578 int flags = MSG_DONTWAIT | MSG_NOSIGNAL | (more ? MSG_MORE : MSG_EOR); in __ceph_tcp_sendpage()
198 msg.msg_flags = msg_flags | MSG_NOSIGNAL; in sock_xmit()
665 if (sent == 0 && !(msg->msg_flags&MSG_NOSIGNAL)) in caif_stream_sendmsg()
1946 if (sent == 0 && !(msg->msg_flags&MSG_NOSIGNAL)) in unix_stream_sendmsg()2063 if (send_sigpipe && !(flags & MSG_NOSIGNAL)) in unix_stream_sendpage()
1167 if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_NOSIGNAL|MSG_ERRQUEUE)) in hci_sock_sendmsg()
1516 msg_flags |= MSG_NOSIGNAL; in _drbd_send_page()1787 msg.msg_flags = msg_flags | MSG_NOSIGNAL; in drbd_send()
488 .msg_flags = (flags ? flags : MSG_WAITALL | MSG_NOSIGNAL) in drbd_recv_short()
1600 struct msghdr msg = {.msg_flags = MSG_DONTWAIT|MSG_NOSIGNAL}; in ip_vs_send_async()
1279 MSG_NOSIGNAL)) { in irda_sendmsg()
324 #define XS_SENDMSG_FLAGS (MSG_DONTWAIT | MSG_NOSIGNAL)
1558 if (err == -EPIPE && !(flags & MSG_NOSIGNAL)) in sctp_error()