/Linux-v6.6/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 | 1125 if ((msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL| in pep_sendmsg() 1247 MSG_NOSIGNAL|MSG_CMSG_COMPAT)) in pep_recvmsg()
|
/Linux-v6.6/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-v6.6/tools/testing/selftests/bpf/prog_tests/ |
D | lwt_reroute.c | 136 sendmsg(s, &msg, MSG_NOSIGNAL); in overflow_fq()
|
/Linux-v6.6/net/core/ |
D | stream.c | 190 if (err == -EPIPE && !(flags & MSG_NOSIGNAL)) in sk_stream_error()
|
/Linux-v6.6/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 | 556 int err, i, flags = MSG_NOSIGNAL; in msg_loop()
|
/Linux-v6.6/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-v6.6/include/linux/ |
D | socket.h | 318 #define MSG_NOSIGNAL 0x4000 /* Do not generate SIGPIPE */ macro
|
/Linux-v6.6/tools/perf/trace/beauty/include/linux/ |
D | socket.h | 318 #define MSG_NOSIGNAL 0x4000 /* Do not generate SIGPIPE */ macro
|
/Linux-v6.6/fs/smb/server/ |
D | transport_tcp.c | 387 struct msghdr smb_msg = {.msg_flags = MSG_NOSIGNAL}; in ksmbd_tcp_writev()
|
/Linux-v6.6/net/bluetooth/bnep/ |
D | core.c | 605 s->msg.msg_flags = MSG_NOSIGNAL; in bnep_add_connection()
|
/Linux-v6.6/net/tls/ |
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()
|
D | tls_sw.c | 1198 if (msg->msg_flags & ~(MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL | in tls_sw_sendmsg()
|
/Linux-v6.6/drivers/usb/usbip/ |
D | usbip_common.c | 306 struct msghdr msg = {.msg_flags = MSG_NOSIGNAL}; in usbip_recv()
|
/Linux-v6.6/fs/smb/client/ |
D | transport.c | 201 smb_msg->msg_flags = MSG_DONTWAIT + MSG_NOSIGNAL; in smb_send_kvec() 203 smb_msg->msg_flags = MSG_NOSIGNAL; in smb_send_kvec()
|
/Linux-v6.6/fs/dlm/ |
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()
|
/Linux-v6.6/io_uring/ |
D | net.c | 282 sr->msg_flags = READ_ONCE(sqe->msg_flags) | MSG_NOSIGNAL; in io_sendmsg_prep() 1032 zc->msg_flags = READ_ONCE(sqe->msg_flags) | MSG_NOSIGNAL; in io_send_zc_prep()
|
/Linux-v6.6/drivers/isdn/mISDN/ |
D | socket.c | 181 if (msg->msg_flags & ~(MSG_DONTWAIT | MSG_NOSIGNAL | MSG_ERRQUEUE)) in mISDN_sock_sendmsg()
|
/Linux-v6.6/net/caif/ |
D | caif_socket.c | 657 if (sent == 0 && !(msg->msg_flags&MSG_NOSIGNAL)) in caif_stream_sendmsg()
|
/Linux-v6.6/drivers/block/drbd/ |
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()
|
/Linux-v6.6/net/bluetooth/ |
D | hci_sock.c | 1809 if (flags & ~(MSG_DONTWAIT | MSG_NOSIGNAL | MSG_ERRQUEUE | MSG_CMSG_COMPAT)) in hci_sock_sendmsg()
|
/Linux-v6.6/net/netfilter/ipvs/ |
D | ip_vs_sync.c | 1579 struct msghdr msg = {.msg_flags = MSG_DONTWAIT|MSG_NOSIGNAL}; in ip_vs_send_async()
|
/Linux-v6.6/drivers/nvme/target/ |
D | tcp.c | 1372 c->recv_msg.msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL; in nvmet_tcp_alloc_cmd()
|
/Linux-v6.6/drivers/block/ |
D | nbd.c | 523 msg.msg_flags = msg_flags | MSG_NOSIGNAL; in sock_xmit()
|