/linux-6.12.1/net/phonet/ |
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()
|
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()
|
/linux-6.12.1/net/rds/ |
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()
|
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
D | xdp_flowtable.c | 50 n = sendto(sock, buf, sizeof(buf), MSG_NOSIGNAL | MSG_CONFIRM, in send_udp_traffic()
|
D | lwt_reroute.c | 138 sendmsg(s, &msg, MSG_NOSIGNAL); in overflow_fq()
|
/linux-6.12.1/net/core/ |
D | stream.c | 190 if (err == -EPIPE && !(flags & MSG_NOSIGNAL)) in sk_stream_error()
|
/linux-6.12.1/tools/testing/selftests/bpf/ |
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()
|
D | test_sockmap.c | 557 int err, i, flags = MSG_NOSIGNAL; in msg_loop()
|
/linux-6.12.1/net/ceph/ |
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()
|
/linux-6.12.1/tools/perf/trace/beauty/include/linux/ |
D | socket.h | 319 #define MSG_NOSIGNAL 0x4000 /* Do not generate SIGPIPE */ macro
|
/linux-6.12.1/include/linux/ |
D | socket.h | 319 #define MSG_NOSIGNAL 0x4000 /* Do not generate SIGPIPE */ macro
|
/linux-6.12.1/fs/smb/server/ |
D | transport_tcp.c | 389 struct msghdr smb_msg = {.msg_flags = MSG_NOSIGNAL}; in ksmbd_tcp_writev()
|
/linux-6.12.1/net/tls/ |
D | tls_device.c | 437 ~(MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL | in tls_push_data() 687 MSG_DONTWAIT | MSG_NOSIGNAL | in tls_device_write_space()
|
/linux-6.12.1/net/bluetooth/bnep/ |
D | core.c | 606 s->msg.msg_flags = MSG_NOSIGNAL; in bnep_add_connection()
|
/linux-6.12.1/fs/dlm/ |
D | lowcomms.c | 919 msg.msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL; in receive_from_sock() 1366 .msg_flags = MSG_SPLICE_PAGES | MSG_DONTWAIT | MSG_NOSIGNAL, in send_to_sock()
|
/linux-6.12.1/drivers/usb/usbip/ |
D | usbip_common.c | 306 struct msghdr msg = {.msg_flags = MSG_NOSIGNAL}; in usbip_recv()
|
/linux-6.12.1/fs/smb/client/ |
D | transport.c | 193 smb_msg->msg_flags = MSG_DONTWAIT + MSG_NOSIGNAL; in smb_send_kvec() 195 smb_msg->msg_flags = MSG_NOSIGNAL; in smb_send_kvec()
|
/linux-6.12.1/drivers/isdn/mISDN/ |
D | socket.c | 181 if (msg->msg_flags & ~(MSG_DONTWAIT | MSG_NOSIGNAL | MSG_ERRQUEUE)) in mISDN_sock_sendmsg()
|
/linux-6.12.1/io_uring/ |
D | net.c | 425 sr->msg_flags = READ_ONCE(sqe->msg_flags) | MSG_NOSIGNAL; in io_sendmsg_prep() 1281 zc->msg_flags = READ_ONCE(sqe->msg_flags) | MSG_NOSIGNAL | MSG_ZEROCOPY; in io_send_zc_prep()
|
/linux-6.12.1/net/caif/ |
D | caif_socket.c | 658 if (sent == 0 && !(msg->msg_flags&MSG_NOSIGNAL)) in caif_stream_sendmsg()
|
/linux-6.12.1/tools/testing/vsock/ |
D | vsock_test.c | 1091 res = send(fd, "A", 1, MSG_NOSIGNAL); in test_stream_check_sigpipe()
|
/linux-6.12.1/drivers/block/drbd/ |
D | drbd_main.c | 1540 msg.msg_flags |= MSG_NOSIGNAL | MSG_SPLICE_PAGES; in _drbd_send_page() 1808 struct msghdr msg = {.msg_flags = msg_flags | MSG_NOSIGNAL}; in drbd_send()
|
/linux-6.12.1/net/bluetooth/ |
D | hci_sock.c | 1806 if (flags & ~(MSG_DONTWAIT | MSG_NOSIGNAL | MSG_ERRQUEUE | MSG_CMSG_COMPAT)) in hci_sock_sendmsg()
|
/linux-6.12.1/net/netfilter/ipvs/ |
D | ip_vs_sync.c | 1575 struct msghdr msg = {.msg_flags = MSG_DONTWAIT|MSG_NOSIGNAL}; in ip_vs_send_async()
|
/linux-6.12.1/drivers/nvme/target/ |
D | tcp.c | 1492 c->recv_msg.msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL; in nvmet_tcp_alloc_cmd()
|