Home
last modified time | relevance | path

Searched refs:MSG_WAITALL (Results 1 – 25 of 28) sorted by relevance

12

/linux-6.15/tools/testing/selftests/net/
H A Dtls.c545 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 Dio_uring_zerocopy_tx.c127 unsigned msg_flags = MSG_WAITALL; in do_tx()
/linux-6.15/io_uring/
H A Dnet.c137 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 Dusbip_network.c108 nbytes = recv(sockfd, buff, bufflen, MSG_WAITALL); in usbip_net_xmit()
/linux-6.15/tools/perf/trace/beauty/include/linux/
H A Dsocket.h313 #define MSG_WAITALL 0x100 /* Wait for a full request */ macro
/linux-6.15/include/linux/
H A Dsocket.h313 #define MSG_WAITALL 0x100 /* Wait for a full request */ macro
/linux-6.15/net/smc/
H A Dsmc_rx.c370 target = sock_rcvlowat(sk, flags & MSG_WAITALL, len); in smc_rx_recvmsg()
H A Dsmc_clc.c709 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 Dxdp_features.c234 n = recvfrom(sockfd, buf, sizeof(buf), MSG_WAITALL, in dut_echo_thread()
/linux-6.15/net/bluetooth/
H A Daf_bluetooth.c419 target = sock_rcvlowat(sk, flags & MSG_WAITALL, size); in bt_sock_stream_recvmsg()
/linux-6.15/drivers/usb/usbip/
H A Dusbip_common.c320 result = sock_recvmsg(sock, &msg, MSG_WAITALL); in usbip_recv()
/linux-6.15/net/rxrpc/
H A Dsendmsg.c484 msg->msg_flags & MSG_WAITALL); in rxrpc_send_data()
/linux-6.15/fs/afs/
H A Drxrpc.c386 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 Dchtls_io.c1359 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 Dcaif_socket.c365 target = sock_rcvlowat(sk, flags&MSG_WAITALL, size); in caif_stream_recvmsg()
/linux-6.15/net/llc/
H A Daf_llc.c787 target = sock_rcvlowat(sk, flags & MSG_WAITALL, len); in llc_ui_recvmsg()
/linux-6.15/drivers/block/
H A Dnbd.c851 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 Discsi_target_util.c1227 rx_loop = sock_recvmsg(conn->sock, &msg, MSG_WAITALL); in rx_data()
/linux-6.15/net/phonet/
H A Dpep.c1269 if (flags & ~(MSG_OOB|MSG_PEEK|MSG_TRUNC|MSG_DONTWAIT|MSG_WAITALL| in pep_recvmsg()
/linux-6.15/net/vmw_vsock/
H A Daf_vsock.c2183 target = sock_rcvlowat(sk, flags & MSG_WAITALL, len); in __vsock_stream_recvmsg()
/linux-6.15/net/tls/
H A Dtls_sw.c2033 target = sock_rcvlowat(sk, flags & MSG_WAITALL, len); in tls_sw_recvmsg()
/linux-6.15/drivers/nvme/host/
H A Dtcp.c1520 msg.msg_flags = MSG_WAITALL; in nvme_tcp_init_connection()
/linux-6.15/net/unix/
H A Daf_unix.c2769 target = sock_rcvlowat(sk, flags & MSG_WAITALL, size); in unix_stream_read_generic()
/linux-6.15/net/mptcp/
H A Dprotocol.c2108 target = sock_rcvlowat(sk, flags & MSG_WAITALL, len); in mptcp_recvmsg()
/linux-6.15/Documentation/networking/
H A Drxrpc.rst284 (#) MSG_WAITALL can be set to tell sendmsg to ignore signals if the peer is

12