Home
last modified time | relevance | path

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

12

/openbmc/linux/tools/testing/selftests/net/
H A Dtls.c524 EXPECT_EQ(recv(self->cfd, buf, send_len * 2, MSG_WAITALL), in TEST_F()
800 buf, sizeof(buf), MSG_WAITALL), in TEST_F()
823 buf, sizeof(buf), MSG_WAITALL), in TEST_F()
862 MSG_WAITALL | MSG_PEEK), in TEST_F()
1006 MSG_WAITALL), strlen(test_str_first)); in TEST_F()
1010 MSG_WAITALL), strlen(test_str_second)); in TEST_F()
1081 EXPECT_EQ(recv(self->cfd, buf, len, MSG_WAITALL), len); in TEST_F()
1123 MSG_PEEK | MSG_WAITALL)), -1); in TEST_F()
1140 EXPECT_EQ(recv(self->cfd, recv_mem, 1, MSG_WAITALL), 1); in TEST_F()
1475 buf, sizeof(buf), MSG_WAITALL | MSG_PEEK), in TEST_F()
[all …]
H A Dio_uring_zerocopy_tx.c391 unsigned msg_flags = MSG_WAITALL; in do_tx()
/openbmc/linux/io_uring/
H A Dnet.c126 if (!(flags & MSG_WAITALL)) in io_net_retry()
431 if (flags & MSG_WAITALL) in io_sendmsg()
508 if (flags & MSG_WAITALL) in io_send()
635 if (sr->msg_flags & MSG_WAITALL) in io_recvmsg_prep()
874 if (flags & MSG_WAITALL && !kmsg->msg.msg_controllen) in io_recvmsg()
898 } else if ((flags & MSG_WAITALL) && (kmsg->msg.msg_flags & (MSG_TRUNC | MSG_CTRUNC))) { in io_recvmsg()
974 if (flags & MSG_WAITALL) in io_recv()
997 } else if ((flags & MSG_WAITALL) && (msg.msg_flags & (MSG_TRUNC | MSG_CTRUNC))) { in io_recv()
1218 if (msg_flags & MSG_WAITALL) in io_send_zc()
1292 if (flags & MSG_WAITALL) in io_sendmsg_zc()
/openbmc/linux/tools/usb/usbip/src/
H A Dusbip_network.c108 nbytes = recv(sockfd, buff, bufflen, MSG_WAITALL); in usbip_net_xmit()
/openbmc/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h312 #define MSG_WAITALL 0x100 /* Wait for a full request */ macro
/openbmc/linux/include/linux/
H A Dsocket.h312 #define MSG_WAITALL 0x100 /* Wait for a full request */ macro
/openbmc/qemu/hw/hyperv/
H A Dsyndbg.c204 MIN(sizeof(data_buf), count), MSG_WAITALL); in handle_recv_msg()
/openbmc/linux/net/smc/
H A Dsmc_rx.c369 target = sock_rcvlowat(sk, flags & MSG_WAITALL, len); in smc_rx_recvmsg()
H A Dsmc_clc.c698 krflags = MSG_PEEK | MSG_WAITALL; in smc_clc_wait_msg()
748 krflags = MSG_WAITALL; in smc_clc_wait_msg()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dxdp_features.c234 n = recvfrom(sockfd, buf, sizeof(buf), MSG_WAITALL, in dut_echo_thread()
/openbmc/linux/net/bluetooth/
H A Daf_bluetooth.c397 target = sock_rcvlowat(sk, flags & MSG_WAITALL, size); in bt_sock_stream_recvmsg()
/openbmc/linux/drivers/usb/usbip/
H A Dusbip_common.c320 result = sock_recvmsg(sock, &msg, MSG_WAITALL); in usbip_recv()
/openbmc/linux/net/rxrpc/
H A Dsendmsg.c445 msg->msg_flags & MSG_WAITALL); in rxrpc_send_data()
/openbmc/linux/fs/afs/
H A Drxrpc.c366 msg.msg_flags = MSG_WAITALL | (call->write_iter ? MSG_MORE : 0); in afs_make_call()
/openbmc/linux/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()
/openbmc/linux/net/caif/
H A Dcaif_socket.c364 target = sock_rcvlowat(sk, flags&MSG_WAITALL, size); in caif_stream_recvmsg()
/openbmc/linux/net/llc/
H A Daf_llc.c788 target = sock_rcvlowat(sk, flags & MSG_WAITALL, len); in llc_ui_recvmsg()
/openbmc/linux/drivers/block/
H A Dnbd.c734 result = __sock_xmit(nbd, sock, 0, &to, MSG_WAITALL, NULL); in nbd_read_reply()
823 result = sock_xmit(nbd, index, 0, &to, MSG_WAITALL, NULL); in nbd_handle_reply()
/openbmc/linux/drivers/target/iscsi/
H A Discsi_target_util.c1285 rx_loop = sock_recvmsg(conn->sock, &msg, MSG_WAITALL); in rx_data()
/openbmc/linux/net/phonet/
H A Dpep.c1269 if (flags & ~(MSG_OOB|MSG_PEEK|MSG_TRUNC|MSG_DONTWAIT|MSG_WAITALL| in pep_recvmsg()
/openbmc/linux/net/vmw_vsock/
H A Daf_vsock.c2022 target = sock_rcvlowat(sk, flags & MSG_WAITALL, len); in __vsock_stream_recvmsg()
/openbmc/linux/net/tls/
H A Dtls_sw.c1999 target = sock_rcvlowat(sk, flags & MSG_WAITALL, len); in tls_sw_recvmsg()
/openbmc/linux/net/unix/
H A Daf_unix.c2687 target = sock_rcvlowat(sk, flags & MSG_WAITALL, size); in unix_stream_read_generic()
/openbmc/linux/net/tipc/
H A Dsocket.c2038 required = sock_rcvlowat(sk, flags & MSG_WAITALL, buflen); in tipc_recvstream()
/openbmc/linux/Documentation/networking/
H A Drxrpc.rst284 (#) MSG_WAITALL can be set to tell sendmsg to ignore signals if the peer is

12