Home
last modified time | relevance | path

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

/linux-3.4.99/net/phonet/
Ddatagram.c93 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()
Dpep.c1136 if ((msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL| in pep_sendmsg()
1260 MSG_NOSIGNAL|MSG_CMSG_COMPAT)) in pep_recvmsg()
/linux-3.4.99/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-3.4.99/net/core/
Dstream.c180 if (err == -EPIPE && !(flags & MSG_NOSIGNAL)) in sk_stream_error()
/linux-3.4.99/include/linux/
Dsocket.h265 #define MSG_NOSIGNAL 0x4000 /* Do not generate SIGPIPE */ macro
/linux-3.4.99/fs/cifs/
Dtransport.c144 smb_msg.msg_flags = MSG_DONTWAIT + MSG_NOSIGNAL; in smb_sendv()
146 smb_msg.msg_flags = MSG_NOSIGNAL; in smb_sendv()
/linux-3.4.99/fs/ncpfs/
Dsock.c228 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()
/linux-3.4.99/net/decnet/
Daf_decnet.c1702 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()
/linux-3.4.99/net/bluetooth/bnep/
Dcore.c592 s->msg.msg_flags = MSG_NOSIGNAL; in bnep_add_connection()
/linux-3.4.99/fs/dlm/
Dlowcomms.c640 MSG_DONTWAIT | MSG_NOSIGNAL); in receive_from_sock()
1316 const int msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL; in send_to_sock()
/linux-3.4.99/drivers/staging/usbip/
Dusbip_common.c366 msg.msg_flags = MSG_NOSIGNAL; in usbip_recv()
/linux-3.4.99/drivers/block/
Dnbd.c178 msg.msg_flags = msg_flags | MSG_NOSIGNAL; in sock_xmit()
/linux-3.4.99/net/ceph/
Dmessenger.c413 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()
/linux-3.4.99/drivers/isdn/mISDN/
Dsocket.c192 if (msg->msg_flags & ~(MSG_DONTWAIT | MSG_NOSIGNAL | MSG_ERRQUEUE)) in mISDN_sock_sendmsg()
/linux-3.4.99/net/bluetooth/
Dhci_sock.c807 if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_NOSIGNAL|MSG_ERRQUEUE)) in hci_sock_sendmsg()
/linux-3.4.99/net/caif/
Dcaif_socket.c663 if (sent == 0 && !(msg->msg_flags&MSG_NOSIGNAL)) in caif_stream_sendmsg()
/linux-3.4.99/net/netfilter/ipvs/
Dip_vs_sync.c1400 struct msghdr msg = {.msg_flags = MSG_DONTWAIT|MSG_NOSIGNAL}; in ip_vs_send_async()
/linux-3.4.99/net/irda/
Daf_irda.c1299 MSG_NOSIGNAL)) { in irda_sendmsg()
/linux-3.4.99/drivers/block/drbd/
Ddrbd_main.c2582 msg_flags |= MSG_NOSIGNAL; in _drbd_send_page()
2851 msg.msg_flags = msg_flags | MSG_NOSIGNAL; in drbd_send()
Ddrbd_receiver.c485 .msg_flags = (flags ? flags : MSG_WAITALL | MSG_NOSIGNAL) in drbd_recv_short()
507 .msg_flags = MSG_WAITALL | MSG_NOSIGNAL in drbd_recv()
/linux-3.4.99/net/unix/
Daf_unix.c1722 if (sent == 0 && !(msg->msg_flags&MSG_NOSIGNAL)) in unix_stream_sendmsg()
/linux-3.4.99/net/sunrpc/
Dxprtsock.c374 #define XS_SENDMSG_FLAGS (MSG_DONTWAIT | MSG_NOSIGNAL)
/linux-3.4.99/net/sctp/
Dsocket.c1565 if (err == -EPIPE && !(flags & MSG_NOSIGNAL)) in sctp_error()