Searched refs:MSG_NOSIGNAL (Results 1 – 23 of 23) sorted by relevance
93 if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL| in pn_sendmsg()138 if (flags & ~(MSG_PEEK|MSG_TRUNC|MSG_DONTWAIT|MSG_NOSIGNAL| in pn_recvmsg()
1136 if ((msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL| in pep_sendmsg()1260 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()
265 #define MSG_NOSIGNAL 0x4000 /* Do not generate SIGPIPE */ macro
144 smb_msg.msg_flags = MSG_DONTWAIT + MSG_NOSIGNAL; in smb_sendv()146 smb_msg.msg_flags = MSG_NOSIGNAL; in smb_sendv()
228 rq->tx_totallen, MSG_NOSIGNAL | MSG_DONTWAIT); in __ncptcp_try_send()377 do_send(server->info_sock, iov, 2, len + 8, MSG_NOSIGNAL); in info_server()
1702 if (flags & ~(MSG_CMSG_COMPAT|MSG_PEEK|MSG_OOB|MSG_WAITALL|MSG_DONTWAIT|MSG_NOSIGNAL)) { in dn_recvmsg()1925 if (flags & ~(MSG_TRYHARD|MSG_OOB|MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL|MSG_MORE|MSG_CMSG_COMPAT)) in dn_sendmsg()1953 if (!(flags & MSG_NOSIGNAL)) in dn_sendmsg()
592 s->msg.msg_flags = MSG_NOSIGNAL; in bnep_add_connection()
640 MSG_DONTWAIT | MSG_NOSIGNAL); in receive_from_sock()1316 const int msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL; in send_to_sock()
366 msg.msg_flags = MSG_NOSIGNAL; in usbip_recv()
178 msg.msg_flags = msg_flags | MSG_NOSIGNAL; in sock_xmit()
413 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL }; in ceph_tcp_recvmsg()429 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL }; in ceph_tcp_sendmsg()446 int flags = MSG_DONTWAIT | MSG_NOSIGNAL | (more ? MSG_MORE : MSG_EOR); in ceph_tcp_sendpage()
192 if (msg->msg_flags & ~(MSG_DONTWAIT | MSG_NOSIGNAL | MSG_ERRQUEUE)) in mISDN_sock_sendmsg()
807 if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_NOSIGNAL|MSG_ERRQUEUE)) in hci_sock_sendmsg()
663 if (sent == 0 && !(msg->msg_flags&MSG_NOSIGNAL)) in caif_stream_sendmsg()
1400 struct msghdr msg = {.msg_flags = MSG_DONTWAIT|MSG_NOSIGNAL}; in ip_vs_send_async()
1299 MSG_NOSIGNAL)) { in irda_sendmsg()
2582 msg_flags |= MSG_NOSIGNAL; in _drbd_send_page()2851 msg.msg_flags = msg_flags | MSG_NOSIGNAL; in drbd_send()
485 .msg_flags = (flags ? flags : MSG_WAITALL | MSG_NOSIGNAL) in drbd_recv_short()507 .msg_flags = MSG_WAITALL | MSG_NOSIGNAL in drbd_recv()
1722 if (sent == 0 && !(msg->msg_flags&MSG_NOSIGNAL)) in unix_stream_sendmsg()
374 #define XS_SENDMSG_FLAGS (MSG_DONTWAIT | MSG_NOSIGNAL)
1565 if (err == -EPIPE && !(flags & MSG_NOSIGNAL)) in sctp_error()