Home
last modified time | relevance | path

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

12

/linux-6.15/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()
/linux-6.15/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()
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_flowtable.c50 n = sendto(sock, buf, sizeof(buf), MSG_NOSIGNAL | MSG_CONFIRM, in send_udp_traffic()
H A Dlwt_reroute.c138 sendmsg(s, &msg, MSG_NOSIGNAL); in overflow_fq()
/linux-6.15/net/core/
H A Dstream.c190 if (err == -EPIPE && !(flags & MSG_NOSIGNAL)) in sk_stream_error()
/linux-6.15/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.c634 int err, i, flags = MSG_NOSIGNAL; in msg_loop()
/linux-6.15/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()
/linux-6.15/tools/perf/trace/beauty/include/linux/
H A Dsocket.h319 #define MSG_NOSIGNAL 0x4000 /* Do not generate SIGPIPE */ macro
/linux-6.15/include/linux/
H A Dsocket.h319 #define MSG_NOSIGNAL 0x4000 /* Do not generate SIGPIPE */ macro
/linux-6.15/fs/smb/server/
H A Dtransport_tcp.c393 struct msghdr smb_msg = {.msg_flags = MSG_NOSIGNAL}; in ksmbd_tcp_writev()
/linux-6.15/net/tls/
H A Dtls_device.c437 ~(MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL | in tls_push_data()
687 MSG_DONTWAIT | MSG_NOSIGNAL | in tls_device_write_space()
/linux-6.15/net/bluetooth/bnep/
H A Dcore.c606 s->msg.msg_flags = MSG_NOSIGNAL; in bnep_add_connection()
/linux-6.15/drivers/usb/usbip/
H A Dusbip_common.c306 struct msghdr msg = {.msg_flags = MSG_NOSIGNAL}; in usbip_recv()
/linux-6.15/fs/dlm/
H A Dlowcomms.c920 msg.msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL; in receive_from_sock()
1367 .msg_flags = MSG_SPLICE_PAGES | MSG_DONTWAIT | MSG_NOSIGNAL, in send_to_sock()
/linux-6.15/fs/smb/client/
H A Dtransport.c193 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.15/drivers/isdn/mISDN/
H A Dsocket.c181 if (msg->msg_flags & ~(MSG_DONTWAIT | MSG_NOSIGNAL | MSG_ERRQUEUE)) in mISDN_sock_sendmsg()
/linux-6.15/net/caif/
H A Dcaif_socket.c658 if (sent == 0 && !(msg->msg_flags&MSG_NOSIGNAL)) in caif_stream_sendmsg()
/linux-6.15/io_uring/
H A Dnet.c409 sr->msg_flags = READ_ONCE(sqe->msg_flags) | MSG_NOSIGNAL; in io_sendmsg_prep()
1317 zc->msg_flags = READ_ONCE(sqe->msg_flags) | MSG_NOSIGNAL | MSG_ZEROCOPY; in io_send_zc_prep()
/linux-6.15/tools/testing/vsock/
H A Dvsock_test.c1080 res = send(fd, "A", 1, MSG_NOSIGNAL); in test_stream_check_sigpipe()
/linux-6.15/drivers/block/drbd/
H A Ddrbd_main.c1540 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.15/net/bluetooth/
H A Dhci_sock.c1806 if (flags & ~(MSG_DONTWAIT | MSG_NOSIGNAL | MSG_ERRQUEUE | MSG_CMSG_COMPAT)) in hci_sock_sendmsg()
/linux-6.15/net/netfilter/ipvs/
H A Dip_vs_sync.c1575 struct msghdr msg = {.msg_flags = MSG_DONTWAIT|MSG_NOSIGNAL}; in ip_vs_send_async()
/linux-6.15/drivers/nvme/target/
H A Dtcp.c1499 c->recv_msg.msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL; in nvmet_tcp_alloc_cmd()

12