Home
last modified time | relevance | path

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

12

/openbmc/linux/net/phonet/
H A Ddatagram.c76 if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL| in pn_sendmsg()
119 if (flags & ~(MSG_PEEK|MSG_TRUNC|MSG_DONTWAIT|MSG_NOSIGNAL| in pn_recvmsg()
H A Dpep.c1148 if ((msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL| in pep_sendmsg()
1270 MSG_NOSIGNAL|MSG_CMSG_COMPAT)) in pep_recvmsg()
/openbmc/linux/net/rds/
H A Dtcp_send.c63 .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL, in rds_tcp_sendmsg()
116 msg.msg_flags = MSG_SPLICE_PAGES | MSG_DONTWAIT | MSG_NOSIGNAL; in rds_tcp_xmit()
/openbmc/slpd-lite/
H A Dsock_channel.cpp101 MSG_NOSIGNAL, // Flags in write()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlwt_reroute.c136 sendmsg(s, &msg, MSG_NOSIGNAL); in overflow_fq()
/openbmc/linux/net/core/
H A Dstream.c190 if (err == -EPIPE && !(flags & MSG_NOSIGNAL)) in sk_stream_error()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dxdp_features.c242 sendto(sockfd, buf, sizeof(buf), MSG_NOSIGNAL | MSG_CONFIRM, in dut_echo_thread()
566 n = sendto(sockfd, buf, sizeof(*tlv), MSG_NOSIGNAL | MSG_CONFIRM, in send_echo_msg()
H A Dtest_sockmap.c556 int err, i, flags = MSG_NOSIGNAL; in msg_loop()
/openbmc/linux/net/ceph/
H A Dmessenger_v1.c27 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL }; in ceph_tcp_recvmsg()
44 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL }; in ceph_tcp_recvpage()
63 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL }; in ceph_tcp_sendmsg()
84 .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL | more, in ceph_tcp_sendpage()
/openbmc/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h318 #define MSG_NOSIGNAL 0x4000 /* Do not generate SIGPIPE */ macro
/openbmc/linux/include/linux/
H A Dsocket.h318 #define MSG_NOSIGNAL 0x4000 /* Do not generate SIGPIPE */ macro
/openbmc/qemu/hw/hyperv/
H A Dsyndbg.c126 MSG_NOSIGNAL, NULL, 0); in handle_send_msg()
/openbmc/obmc-console/
H A Dsocket-handler.c143 flags = MSG_NOSIGNAL; in send_all()
/openbmc/inarp/
H A Dinarp.c251 rc = send(inarp->nl_sd, &msg, sizeof(msg), MSG_NOSIGNAL); in init_netlink()
/openbmc/linux/fs/smb/server/
H A Dtransport_tcp.c389 struct msghdr smb_msg = {.msg_flags = MSG_NOSIGNAL}; in ksmbd_tcp_writev()
/openbmc/linux/net/bluetooth/bnep/
H A Dcore.c606 s->msg.msg_flags = MSG_NOSIGNAL; in bnep_add_connection()
/openbmc/linux/net/tls/
H A Dtls_device.c443 ~(MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL | in tls_push_data()
693 MSG_DONTWAIT | MSG_NOSIGNAL | in tls_device_write_space()
/openbmc/linux/drivers/usb/usbip/
H A Dusbip_common.c306 struct msghdr msg = {.msg_flags = MSG_NOSIGNAL}; in usbip_recv()
/openbmc/linux/fs/dlm/
H A Dlowcomms.c919 msg.msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL; in receive_from_sock()
1364 .msg_flags = MSG_SPLICE_PAGES | MSG_DONTWAIT | MSG_NOSIGNAL, in send_to_sock()
/openbmc/linux/io_uring/
H A Dnet.c389 sr->msg_flags = READ_ONCE(sqe->msg_flags) | MSG_NOSIGNAL; in io_sendmsg_prep()
1089 zc->msg_flags = READ_ONCE(sqe->msg_flags) | MSG_NOSIGNAL; in io_send_zc_prep()
/openbmc/linux/fs/smb/client/
H A Dtransport.c192 smb_msg->msg_flags = MSG_DONTWAIT + MSG_NOSIGNAL; in smb_send_kvec()
194 smb_msg->msg_flags = MSG_NOSIGNAL; in smb_send_kvec()
/openbmc/openbmc/poky/meta/recipes-support/libssh2/libssh2/
H A DCVE-2023-48795.patch254 #ifdef MSG_NOSIGNAL
/openbmc/linux/drivers/isdn/mISDN/
H A Dsocket.c181 if (msg->msg_flags & ~(MSG_DONTWAIT | MSG_NOSIGNAL | MSG_ERRQUEUE)) in mISDN_sock_sendmsg()
/openbmc/linux/net/caif/
H A Dcaif_socket.c657 if (sent == 0 && !(msg->msg_flags&MSG_NOSIGNAL)) in caif_stream_sendmsg()
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_main.c1554 msg.msg_flags |= MSG_NOSIGNAL | MSG_SPLICE_PAGES; in _drbd_send_page()
1822 struct msghdr msg = {.msg_flags = msg_flags | MSG_NOSIGNAL}; in drbd_send()

12