Home
last modified time | relevance | path

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

12

/linux/net/phonet/
A Ddatagram.c79 if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL| in pn_sendmsg()
122 if (flags & ~(MSG_PEEK|MSG_TRUNC|MSG_DONTWAIT|MSG_NOSIGNAL| in pn_recvmsg()
A Dpep.c1125 if ((msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL| in pep_sendmsg()
1247 MSG_NOSIGNAL|MSG_CMSG_COMPAT)) in pep_recvmsg()
/linux/net/rds/
A Dtcp_send.c63 .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL, in rds_tcp_sendmsg()
116 int flags = MSG_DONTWAIT | MSG_NOSIGNAL | more; in rds_tcp_xmit()
/linux/net/core/
A Dstream.c187 if (err == -EPIPE && !(flags & MSG_NOSIGNAL)) in sk_stream_error()
/linux/net/ceph/
A Dmessenger_v1.c27 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL }; in ceph_tcp_recvmsg()
48 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL }; in ceph_tcp_recvpage()
66 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL }; in ceph_tcp_sendmsg()
88 int flags = MSG_DONTWAIT | MSG_NOSIGNAL | more; in ceph_tcp_sendpage()
/linux/tools/perf/trace/beauty/include/linux/
A Dsocket.h305 #define MSG_NOSIGNAL 0x4000 /* Do not generate SIGPIPE */ macro
/linux/include/linux/
A Dsocket.h305 #define MSG_NOSIGNAL 0x4000 /* Do not generate SIGPIPE */ macro
/linux/fs/ksmbd/
A Dtransport_tcp.c360 struct msghdr smb_msg = {.msg_flags = MSG_NOSIGNAL}; in ksmbd_tcp_writev()
/linux/net/tls/
A Dtls_device.c433 ~(MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL | MSG_SENDPAGE_NOTLAST)) in tls_push_data()
672 MSG_DONTWAIT | MSG_NOSIGNAL | in tls_device_write_space()
A Dtls_sw.c953 if (msg->msg_flags & ~(MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL | in tls_sw_sendmsg()
1273 if (flags & ~(MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL | in tls_sw_sendpage_locked()
1287 if (flags & ~(MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL | in tls_sw_sendpage()
/linux/net/decnet/
A Daf_decnet.c1700 if (flags & ~(MSG_CMSG_COMPAT|MSG_PEEK|MSG_OOB|MSG_WAITALL|MSG_DONTWAIT|MSG_NOSIGNAL)) { in dn_recvmsg()
1923 if (flags & ~(MSG_TRYHARD|MSG_OOB|MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL|MSG_MORE|MSG_CMSG_COMPAT)) in dn_sendmsg()
1951 if (!(flags & MSG_NOSIGNAL)) in dn_sendmsg()
/linux/fs/cifs/
A Dtransport.c204 smb_msg->msg_flags = MSG_DONTWAIT + MSG_NOSIGNAL; in smb_send_kvec()
206 smb_msg->msg_flags = MSG_NOSIGNAL; in smb_send_kvec()
/linux/net/bluetooth/bnep/
A Dcore.c605 s->msg.msg_flags = MSG_NOSIGNAL; in bnep_add_connection()
/linux/drivers/usb/usbip/
A Dusbip_common.c306 struct msghdr msg = {.msg_flags = MSG_NOSIGNAL}; in usbip_recv()
/linux/fs/dlm/
A Dlowcomms.c925 msg.msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL; in receive_from_sock()
1391 const int msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL; in send_to_sock()
/linux/drivers/isdn/mISDN/
A Dsocket.c181 if (msg->msg_flags & ~(MSG_DONTWAIT | MSG_NOSIGNAL | MSG_ERRQUEUE)) in mISDN_sock_sendmsg()
/linux/net/caif/
A Dcaif_socket.c666 if (sent == 0 && !(msg->msg_flags&MSG_NOSIGNAL)) in caif_stream_sendmsg()
/linux/net/unix/
A Daf_unix.c2118 if (sent == 0 && !(msg->msg_flags&MSG_NOSIGNAL)) in unix_stream_sendmsg()
2235 if (send_sigpipe && !(flags & MSG_NOSIGNAL)) in unix_stream_sendpage()
/linux/tools/testing/selftests/bpf/
A Dtest_sockmap.c557 int err, i, flags = MSG_NOSIGNAL; in msg_loop()
/linux/drivers/block/drbd/
A Ddrbd_main.c1548 msg_flags |= MSG_NOSIGNAL; in _drbd_send_page()
1835 struct msghdr msg = {.msg_flags = msg_flags | MSG_NOSIGNAL}; in drbd_send()
/linux/net/netfilter/ipvs/
A Dip_vs_sync.c1581 struct msghdr msg = {.msg_flags = MSG_DONTWAIT|MSG_NOSIGNAL}; in ip_vs_send_async()
/linux/net/bluetooth/
A Dhci_sock.c1709 if (flags & ~(MSG_DONTWAIT | MSG_NOSIGNAL | MSG_ERRQUEUE | MSG_CMSG_COMPAT)) in hci_sock_sendmsg()
/linux/drivers/nvme/target/
A Dtcp.c1356 c->recv_msg.msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL; in nvmet_tcp_alloc_cmd()
/linux/drivers/block/
A Dnbd.c519 msg.msg_flags = msg_flags | MSG_NOSIGNAL; in sock_xmit()
/linux/net/sunrpc/
A Dxprtsock.c761 #define XS_SENDMSG_FLAGS (MSG_DONTWAIT | MSG_NOSIGNAL)

Completed in 71 milliseconds

12