/openbmc/linux/net/phonet/ |
H A D | datagram.c | 76 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 D | pep.c | 1148 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 D | tcp_send.c | 63 .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 D | sock_channel.cpp | 101 MSG_NOSIGNAL, // Flags in write()
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | lwt_reroute.c | 138 sendmsg(s, &msg, MSG_NOSIGNAL); in overflow_fq()
|
/openbmc/linux/net/core/ |
H A D | stream.c | 190 if (err == -EPIPE && !(flags & MSG_NOSIGNAL)) in sk_stream_error()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | xdp_features.c | 242 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 D | test_sockmap.c | 556 int err, i, flags = MSG_NOSIGNAL; in msg_loop()
|
/openbmc/linux/net/ceph/ |
H A D | messenger_v1.c | 27 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 D | socket.h | 318 #define MSG_NOSIGNAL 0x4000 /* Do not generate SIGPIPE */ macro
|
/openbmc/linux/include/linux/ |
H A D | socket.h | 318 #define MSG_NOSIGNAL 0x4000 /* Do not generate SIGPIPE */ macro
|
/openbmc/qemu/hw/hyperv/ |
H A D | syndbg.c | 126 MSG_NOSIGNAL, NULL, 0); in handle_send_msg()
|
/openbmc/obmc-console/ |
H A D | socket-handler.c | 143 flags = MSG_NOSIGNAL; in send_all()
|
/openbmc/inarp/ |
H A D | inarp.c | 251 rc = send(inarp->nl_sd, &msg, sizeof(msg), MSG_NOSIGNAL); in init_netlink()
|
/openbmc/linux/fs/smb/server/ |
H A D | transport_tcp.c | 389 struct msghdr smb_msg = {.msg_flags = MSG_NOSIGNAL}; in ksmbd_tcp_writev()
|
/openbmc/linux/net/bluetooth/bnep/ |
H A D | core.c | 606 s->msg.msg_flags = MSG_NOSIGNAL; in bnep_add_connection()
|
/openbmc/linux/net/tls/ |
H A D | tls_device.c | 443 ~(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 D | usbip_common.c | 306 struct msghdr msg = {.msg_flags = MSG_NOSIGNAL}; in usbip_recv()
|
/openbmc/linux/fs/dlm/ |
H A D | lowcomms.c | 919 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/fs/smb/client/ |
H A D | transport.c | 192 smb_msg->msg_flags = MSG_DONTWAIT + MSG_NOSIGNAL; in smb_send_kvec() 194 smb_msg->msg_flags = MSG_NOSIGNAL; in smb_send_kvec()
|
/openbmc/linux/io_uring/ |
H A D | net.c | 389 sr->msg_flags = READ_ONCE(sqe->msg_flags) | MSG_NOSIGNAL; in io_sendmsg_prep() 1091 zc->msg_flags = READ_ONCE(sqe->msg_flags) | MSG_NOSIGNAL; in io_send_zc_prep()
|
/openbmc/openbmc/poky/meta/recipes-support/libssh2/libssh2/ |
H A D | CVE-2023-48795.patch | 254 #ifdef MSG_NOSIGNAL
|
/openbmc/linux/drivers/isdn/mISDN/ |
H A D | socket.c | 181 if (msg->msg_flags & ~(MSG_DONTWAIT | MSG_NOSIGNAL | MSG_ERRQUEUE)) in mISDN_sock_sendmsg()
|
/openbmc/linux/net/caif/ |
H A D | caif_socket.c | 657 if (sent == 0 && !(msg->msg_flags&MSG_NOSIGNAL)) in caif_stream_sendmsg()
|
/openbmc/linux/drivers/block/drbd/ |
H A D | drbd_main.c | 1554 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()
|