| /linux-6.15/tools/testing/selftests/net/ |
| H A D | tls.c | 545 EXPECT_EQ(recv(self->cfd, buf, send_len * 2, MSG_WAITALL), in TEST_F() 821 buf, sizeof(buf), MSG_WAITALL), in TEST_F() 844 buf, sizeof(buf), MSG_WAITALL), in TEST_F() 883 MSG_WAITALL | MSG_PEEK), in TEST_F() 1027 MSG_WAITALL), strlen(test_str_first)); in TEST_F() 1031 MSG_WAITALL), strlen(test_str_second)); in TEST_F() 1102 EXPECT_EQ(recv(self->cfd, buf, len, MSG_WAITALL), len); in TEST_F() 1144 MSG_PEEK | MSG_WAITALL)), -1); in TEST_F() 1161 EXPECT_EQ(recv(self->cfd, recv_mem, 1, MSG_WAITALL), 1); in TEST_F() 1496 buf, sizeof(buf), MSG_WAITALL | MSG_PEEK), in TEST_F() [all …]
|
| H A D | io_uring_zerocopy_tx.c | 127 unsigned msg_flags = MSG_WAITALL; in do_tx()
|
| /linux-6.15/io_uring/ |
| H A D | net.c | 137 if (!(flags & MSG_WAITALL)) in io_net_retry() 417 sr->msg_flags |= MSG_WAITALL; in io_sendmsg_prep() 534 if (flags & MSG_WAITALL) in io_sendmsg() 645 if (flags & MSG_WAITALL || sr->flags & IORING_RECVSEND_BUNDLE) in io_send() 792 if (sr->msg_flags & MSG_WAITALL) in io_recvmsg_prep() 1016 if (flags & MSG_WAITALL && !kmsg->msg.msg_controllen) in io_recvmsg() 1038 } else if ((flags & MSG_WAITALL) && (kmsg->msg.msg_flags & (MSG_TRUNC | MSG_CTRUNC))) { in io_recvmsg() 1155 if (flags & MSG_WAITALL) in io_recv() 1176 } else if ((flags & MSG_WAITALL) && (kmsg->msg.msg_flags & (MSG_TRUNC | MSG_CTRUNC))) { in io_recv() 1440 if (msg_flags & MSG_WAITALL) in io_send_zc() [all …]
|
| /linux-6.15/tools/usb/usbip/src/ |
| H A D | usbip_network.c | 108 nbytes = recv(sockfd, buff, bufflen, MSG_WAITALL); in usbip_net_xmit()
|
| /linux-6.15/tools/perf/trace/beauty/include/linux/ |
| H A D | socket.h | 313 #define MSG_WAITALL 0x100 /* Wait for a full request */ macro
|
| /linux-6.15/include/linux/ |
| H A D | socket.h | 313 #define MSG_WAITALL 0x100 /* Wait for a full request */ macro
|
| /linux-6.15/net/smc/ |
| H A D | smc_rx.c | 370 target = sock_rcvlowat(sk, flags & MSG_WAITALL, len); in smc_rx_recvmsg()
|
| H A D | smc_clc.c | 709 krflags = MSG_PEEK | MSG_WAITALL; in smc_clc_wait_msg() 759 krflags = MSG_WAITALL; in smc_clc_wait_msg()
|
| /linux-6.15/tools/testing/selftests/bpf/ |
| H A D | xdp_features.c | 234 n = recvfrom(sockfd, buf, sizeof(buf), MSG_WAITALL, in dut_echo_thread()
|
| /linux-6.15/net/bluetooth/ |
| H A D | af_bluetooth.c | 419 target = sock_rcvlowat(sk, flags & MSG_WAITALL, size); in bt_sock_stream_recvmsg()
|
| /linux-6.15/drivers/usb/usbip/ |
| H A D | usbip_common.c | 320 result = sock_recvmsg(sock, &msg, MSG_WAITALL); in usbip_recv()
|
| /linux-6.15/net/rxrpc/ |
| H A D | sendmsg.c | 484 msg->msg_flags & MSG_WAITALL); in rxrpc_send_data()
|
| /linux-6.15/fs/afs/ |
| H A D | rxrpc.c | 386 msg.msg_flags = MSG_WAITALL | (call->write_iter ? MSG_MORE : 0); in afs_make_call()
|
| /linux-6.15/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
| H A D | chtls_io.c | 1359 target = sock_rcvlowat(sk, flags & MSG_WAITALL, len); in chtls_pt_recvmsg() 1697 target = sock_rcvlowat(sk, flags & MSG_WAITALL, len); in chtls_recvmsg()
|
| /linux-6.15/net/caif/ |
| H A D | caif_socket.c | 365 target = sock_rcvlowat(sk, flags&MSG_WAITALL, size); in caif_stream_recvmsg()
|
| /linux-6.15/net/llc/ |
| H A D | af_llc.c | 787 target = sock_rcvlowat(sk, flags & MSG_WAITALL, len); in llc_ui_recvmsg()
|
| /linux-6.15/drivers/block/ |
| H A D | nbd.c | 851 result = __sock_xmit(nbd, sock, 0, &to, MSG_WAITALL, NULL); in nbd_read_reply() 940 result = sock_xmit(nbd, index, 0, &to, MSG_WAITALL, NULL); in nbd_handle_reply()
|
| /linux-6.15/drivers/target/iscsi/ |
| H A D | iscsi_target_util.c | 1227 rx_loop = sock_recvmsg(conn->sock, &msg, MSG_WAITALL); in rx_data()
|
| /linux-6.15/net/phonet/ |
| H A D | pep.c | 1269 if (flags & ~(MSG_OOB|MSG_PEEK|MSG_TRUNC|MSG_DONTWAIT|MSG_WAITALL| in pep_recvmsg()
|
| /linux-6.15/net/vmw_vsock/ |
| H A D | af_vsock.c | 2183 target = sock_rcvlowat(sk, flags & MSG_WAITALL, len); in __vsock_stream_recvmsg()
|
| /linux-6.15/net/tls/ |
| H A D | tls_sw.c | 2033 target = sock_rcvlowat(sk, flags & MSG_WAITALL, len); in tls_sw_recvmsg()
|
| /linux-6.15/drivers/nvme/host/ |
| H A D | tcp.c | 1520 msg.msg_flags = MSG_WAITALL; in nvme_tcp_init_connection()
|
| /linux-6.15/net/unix/ |
| H A D | af_unix.c | 2769 target = sock_rcvlowat(sk, flags & MSG_WAITALL, size); in unix_stream_read_generic()
|
| /linux-6.15/net/mptcp/ |
| H A D | protocol.c | 2108 target = sock_rcvlowat(sk, flags & MSG_WAITALL, len); in mptcp_recvmsg()
|
| /linux-6.15/Documentation/networking/ |
| H A D | rxrpc.rst | 284 (#) MSG_WAITALL can be set to tell sendmsg to ignore signals if the peer is
|