Searched refs:MSG_NOSIGNAL (Results 1 - 25 of 32) sorted by relevance

12

/linux-master/net/phonet/
H A Ddatagram.c76 if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL|
119 if (flags & ~(MSG_PEEK|MSG_TRUNC|MSG_DONTWAIT|MSG_NOSIGNAL|
H A Dpep.c1148 if ((msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL|
1270 MSG_NOSIGNAL|MSG_CMSG_COMPAT))
/linux-master/net/rds/
H A Dtcp_send.c63 .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL,
116 msg.msg_flags = MSG_SPLICE_PAGES | MSG_DONTWAIT | MSG_NOSIGNAL;
/linux-master/net/core/
H A Dstream.c190 if (err == -EPIPE && !(flags & MSG_NOSIGNAL))
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dlwt_reroute.c137 sendmsg(s, &msg, MSG_NOSIGNAL);
/linux-master/tools/testing/selftests/bpf/
H A Dxdp_features.c242 sendto(sockfd, buf, sizeof(buf), MSG_NOSIGNAL | MSG_CONFIRM,
566 n = sendto(sockfd, buf, sizeof(*tlv), MSG_NOSIGNAL | MSG_CONFIRM,
H A Dtest_sockmap.c556 int err, i, flags = MSG_NOSIGNAL;
/linux-master/include/linux/
H A Dsocket.h318 #define MSG_NOSIGNAL 0x4000 /* Do not generate SIGPIPE */ macro
/linux-master/tools/perf/trace/beauty/include/linux/
H A Dsocket.h318 #define MSG_NOSIGNAL 0x4000 /* Do not generate SIGPIPE */ macro
/linux-master/fs/smb/server/
H A Dtransport_tcp.c389 struct msghdr smb_msg = {.msg_flags = MSG_NOSIGNAL};
/linux-master/net/ceph/
H A Dmessenger_v1.c27 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL };
44 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL };
63 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL };
84 .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL | more,
/linux-master/drivers/usb/usbip/
H A Dusbip_common.c306 struct msghdr msg = {.msg_flags = MSG_NOSIGNAL};
/linux-master/net/bluetooth/bnep/
H A Dcore.c606 s->msg.msg_flags = MSG_NOSIGNAL;
/linux-master/net/tls/
H A Dtls_device.c440 ~(MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL |
690 MSG_DONTWAIT | MSG_NOSIGNAL |
/linux-master/fs/dlm/
H A Dlowcomms.c924 msg.msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL;
1373 .msg_flags = MSG_SPLICE_PAGES | MSG_DONTWAIT | MSG_NOSIGNAL,
/linux-master/fs/smb/client/
H A Dtransport.c192 smb_msg->msg_flags = MSG_DONTWAIT + MSG_NOSIGNAL;
194 smb_msg->msg_flags = MSG_NOSIGNAL;
/linux-master/io_uring/
H A Dnet.c398 sr->msg_flags = READ_ONCE(sqe->msg_flags) | MSG_NOSIGNAL;
1093 zc->msg_flags = READ_ONCE(sqe->msg_flags) | MSG_NOSIGNAL;
/linux-master/net/caif/
H A Dcaif_socket.c658 if (sent == 0 && !(msg->msg_flags&MSG_NOSIGNAL))
/linux-master/tools/testing/vsock/
H A Dvsock_test.c1089 res = send(fd, "A", 1, MSG_NOSIGNAL);
/linux-master/drivers/isdn/mISDN/
H A Dsocket.c181 if (msg->msg_flags & ~(MSG_DONTWAIT | MSG_NOSIGNAL | MSG_ERRQUEUE))
/linux-master/net/netfilter/ipvs/
H A Dip_vs_sync.c1575 struct msghdr msg = {.msg_flags = MSG_DONTWAIT|MSG_NOSIGNAL};
/linux-master/net/bluetooth/
H A Dhci_sock.c1809 if (flags & ~(MSG_DONTWAIT | MSG_NOSIGNAL | MSG_ERRQUEUE | MSG_CMSG_COMPAT))
/linux-master/drivers/block/drbd/
H A Ddrbd_main.c1554 msg.msg_flags |= MSG_NOSIGNAL | MSG_SPLICE_PAGES;
1822 struct msghdr msg = {.msg_flags = msg_flags | MSG_NOSIGNAL};
/linux-master/drivers/block/
H A Dnbd.c548 msg.msg_flags = msg_flags | MSG_NOSIGNAL;
/linux-master/drivers/nvme/target/
H A Dtcp.c1491 c->recv_msg.msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL;

Completed in 347 milliseconds

12