Home
last modified time | relevance | path

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

12

/Linux-v6.1/net/phonet/
Ddatagram.c79 if (msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL| in pn_sendmsg()
122 if (flags & ~(MSG_PEEK|MSG_TRUNC|MSG_DONTWAIT|MSG_NOSIGNAL| in pn_recvmsg()
Dpep.c1126 if ((msg->msg_flags & ~(MSG_DONTWAIT|MSG_EOR|MSG_NOSIGNAL| in pep_sendmsg()
1248 MSG_NOSIGNAL|MSG_CMSG_COMPAT)) in pep_recvmsg()
/Linux-v6.1/net/rds/
Dtcp_send.c63 .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL, in rds_tcp_sendmsg()
116 int flags = MSG_DONTWAIT | MSG_NOSIGNAL | more; in rds_tcp_xmit()
/Linux-v6.1/net/core/
Dstream.c188 if (err == -EPIPE && !(flags & MSG_NOSIGNAL)) in sk_stream_error()
/Linux-v6.1/net/ceph/
Dmessenger_v1.c27 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL }; in ceph_tcp_recvmsg()
48 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL }; in ceph_tcp_recvpage()
66 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL }; in ceph_tcp_sendmsg()
88 int flags = MSG_DONTWAIT | MSG_NOSIGNAL | more; in ceph_tcp_sendpage()
/Linux-v6.1/tools/perf/trace/beauty/include/linux/
Dsocket.h314 #define MSG_NOSIGNAL 0x4000 /* Do not generate SIGPIPE */ macro
/Linux-v6.1/include/linux/
Dsocket.h314 #define MSG_NOSIGNAL 0x4000 /* Do not generate SIGPIPE */ macro
/Linux-v6.1/fs/ksmbd/
Dtransport_tcp.c360 struct msghdr smb_msg = {.msg_flags = MSG_NOSIGNAL}; in ksmbd_tcp_writev()
/Linux-v6.1/io_uring/
Dnet.c256 sr->msg_flags = READ_ONCE(sqe->msg_flags) | MSG_NOSIGNAL; in io_sendmsg_prep()
554 sr->msg_flags = READ_ONCE(sqe->msg_flags) | MSG_NOSIGNAL; in io_recvmsg_prep()
973 zc->msg_flags = READ_ONCE(sqe->msg_flags) | MSG_NOSIGNAL; in io_send_zc_prep()
/Linux-v6.1/net/bluetooth/bnep/
Dcore.c605 s->msg.msg_flags = MSG_NOSIGNAL; in bnep_add_connection()
/Linux-v6.1/net/tls/
Dtls_device.c452 ~(MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL | MSG_SENDPAGE_NOTLAST)) in tls_push_data()
714 MSG_DONTWAIT | MSG_NOSIGNAL | in tls_device_write_space()
Dtls_sw.c938 if (msg->msg_flags & ~(MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL | in tls_sw_sendmsg()
1258 if (flags & ~(MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL | in tls_sw_sendpage_locked()
1272 if (flags & ~(MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL | in tls_sw_sendpage()
/Linux-v6.1/drivers/usb/usbip/
Dusbip_common.c306 struct msghdr msg = {.msg_flags = MSG_NOSIGNAL}; in usbip_recv()
/Linux-v6.1/fs/cifs/
Dtransport.c198 smb_msg->msg_flags = MSG_DONTWAIT + MSG_NOSIGNAL; in smb_send_kvec()
200 smb_msg->msg_flags = MSG_NOSIGNAL; in smb_send_kvec()
/Linux-v6.1/fs/dlm/
Dlowcomms.c939 msg.msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL; in receive_from_sock()
1418 const int msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL; in send_to_sock()
/Linux-v6.1/drivers/isdn/mISDN/
Dsocket.c181 if (msg->msg_flags & ~(MSG_DONTWAIT | MSG_NOSIGNAL | MSG_ERRQUEUE)) in mISDN_sock_sendmsg()
/Linux-v6.1/net/caif/
Dcaif_socket.c661 if (sent == 0 && !(msg->msg_flags&MSG_NOSIGNAL)) in caif_stream_sendmsg()
/Linux-v6.1/net/unix/
Daf_unix.c2253 if (sent == 0 && !(msg->msg_flags&MSG_NOSIGNAL)) in unix_stream_sendmsg()
2370 if (send_sigpipe && !(flags & MSG_NOSIGNAL)) in unix_stream_sendpage()
/Linux-v6.1/tools/testing/selftests/bpf/
Dtest_sockmap.c556 int err, i, flags = MSG_NOSIGNAL; in msg_loop()
/Linux-v6.1/drivers/block/drbd/
Ddrbd_main.c1547 msg_flags |= MSG_NOSIGNAL; in _drbd_send_page()
1811 struct msghdr msg = {.msg_flags = msg_flags | MSG_NOSIGNAL}; in drbd_send()
Ddrbd_receiver.c508 .msg_flags = (flags ? flags : MSG_WAITALL | MSG_NOSIGNAL) in drbd_recv_short()
1221 err = drbd_recv_short(connection->data.socket, buffer, size, MSG_NOSIGNAL|MSG_DONTWAIT); in drbd_recv_header_maybe_unplug()
/Linux-v6.1/net/bluetooth/
Dhci_sock.c1710 if (flags & ~(MSG_DONTWAIT | MSG_NOSIGNAL | MSG_ERRQUEUE | MSG_CMSG_COMPAT)) in hci_sock_sendmsg()
/Linux-v6.1/net/netfilter/ipvs/
Dip_vs_sync.c1581 struct msghdr msg = {.msg_flags = MSG_DONTWAIT|MSG_NOSIGNAL}; in ip_vs_send_async()
/Linux-v6.1/drivers/nvme/target/
Dtcp.c1337 c->recv_msg.msg_flags = MSG_DONTWAIT | MSG_NOSIGNAL; in nvmet_tcp_alloc_cmd()
/Linux-v6.1/drivers/block/
Dnbd.c519 msg.msg_flags = msg_flags | MSG_NOSIGNAL; in sock_xmit()

12