Home
last modified time | relevance | path

Searched refs:MSG_NOSIGNAL (Results 1 – 23 of 23) sorted by relevance

/linux-4.1.27/net/phonet/
Ddatagram.c92 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()
Dpep.c1132 if ((msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL| in pep_sendmsg()
1255 MSG_NOSIGNAL|MSG_CMSG_COMPAT)) in pep_recvmsg()
/linux-4.1.27/net/rds/
Dtcp_send.c73 .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL, in rds_tcp_sendmsg()
124 MSG_DONTWAIT|MSG_NOSIGNAL); in rds_tcp_xmit()
/linux-4.1.27/net/core/
Dstream.c180 if (err == -EPIPE && !(flags & MSG_NOSIGNAL)) in sk_stream_error()
/linux-4.1.27/include/linux/
Dsocket.h273 #define MSG_NOSIGNAL 0x4000 /* Do not generate SIGPIPE */ macro
/linux-4.1.27/fs/cifs/
Dtransport.c152 smb_msg.msg_flags = MSG_DONTWAIT + MSG_NOSIGNAL; in smb_send_kvec()
154 smb_msg.msg_flags = MSG_NOSIGNAL; in smb_send_kvec()
/linux-4.1.27/fs/ncpfs/
Dsock.c229 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()
/linux-4.1.27/net/decnet/
Daf_decnet.c1705 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()
/linux-4.1.27/net/bluetooth/bnep/
Dcore.c608 s->msg.msg_flags = MSG_NOSIGNAL; in bnep_add_connection()
/linux-4.1.27/drivers/usb/usbip/
Dusbip_common.c352 msg.msg_flags = MSG_NOSIGNAL; in usbip_recv()
/linux-4.1.27/fs/dlm/
Dlowcomms.c843 MSG_DONTWAIT | MSG_NOSIGNAL); in receive_from_sock()
1558 const int msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL; in send_to_sock()
/linux-4.1.27/drivers/block/
Dnbd.c172 msg.msg_flags = msg_flags | MSG_NOSIGNAL; in sock_xmit()
/linux-4.1.27/drivers/isdn/mISDN/
Dsocket.c190 if (msg->msg_flags & ~(MSG_DONTWAIT | MSG_NOSIGNAL | MSG_ERRQUEUE)) in mISDN_sock_sendmsg()
/linux-4.1.27/net/ceph/
Dmessenger.c528 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()
/linux-4.1.27/net/caif/
Dcaif_socket.c668 if (sent == 0 && !(msg->msg_flags&MSG_NOSIGNAL)) in caif_stream_sendmsg()
/linux-4.1.27/net/bluetooth/
Dhci_sock.c1094 if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_NOSIGNAL|MSG_ERRQUEUE)) in hci_sock_sendmsg()
/linux-4.1.27/net/netfilter/ipvs/
Dip_vs_sync.c1565 struct msghdr msg = {.msg_flags = MSG_DONTWAIT|MSG_NOSIGNAL}; in ip_vs_send_async()
/linux-4.1.27/drivers/block/drbd/
Ddrbd_main.c1516 msg_flags |= MSG_NOSIGNAL; in _drbd_send_page()
1787 msg.msg_flags = msg_flags | MSG_NOSIGNAL; in drbd_send()
Ddrbd_receiver.c487 .msg_flags = (flags ? flags : MSG_WAITALL | MSG_NOSIGNAL) in drbd_recv_short()
/linux-4.1.27/net/irda/
Daf_irda.c1279 MSG_NOSIGNAL)) { in irda_sendmsg()
/linux-4.1.27/net/unix/
Daf_unix.c1879 if (sent == 0 && !(msg->msg_flags&MSG_NOSIGNAL)) in unix_stream_sendmsg()
/linux-4.1.27/net/sunrpc/
Dxprtsock.c324 #define XS_SENDMSG_FLAGS (MSG_DONTWAIT | MSG_NOSIGNAL)
/linux-4.1.27/net/sctp/
Dsocket.c1555 if (err == -EPIPE && !(flags & MSG_NOSIGNAL)) in sctp_error()