/openbmc/linux/tools/testing/selftests/net/ |
H A D | tls.c | 524 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 D | io_uring_zerocopy_tx.c | 391 unsigned msg_flags = MSG_WAITALL; in do_tx()
|
/openbmc/linux/io_uring/ |
H A D | net.c | 126 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() 975 if (flags & MSG_WAITALL) in io_recv() 998 } else if ((flags & MSG_WAITALL) && (msg.msg_flags & (MSG_TRUNC | MSG_CTRUNC))) { in io_recv() 1220 if (msg_flags & MSG_WAITALL) in io_send_zc() 1294 if (flags & MSG_WAITALL) in io_sendmsg_zc()
|
/openbmc/linux/tools/usb/usbip/src/ |
H A D | usbip_network.c | 108 nbytes = recv(sockfd, buff, bufflen, MSG_WAITALL); in usbip_net_xmit()
|
/openbmc/linux/tools/perf/trace/beauty/include/linux/ |
H A D | socket.h | 312 #define MSG_WAITALL 0x100 /* Wait for a full request */ macro
|
/openbmc/linux/include/linux/ |
H A D | socket.h | 312 #define MSG_WAITALL 0x100 /* Wait for a full request */ macro
|
/openbmc/qemu/hw/hyperv/ |
H A D | syndbg.c | 204 MIN(sizeof(data_buf), count), MSG_WAITALL); in handle_recv_msg()
|
/openbmc/linux/net/smc/ |
H A D | smc_rx.c | 369 target = sock_rcvlowat(sk, flags & MSG_WAITALL, len); in smc_rx_recvmsg()
|
H A D | smc_clc.c | 698 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 D | xdp_features.c | 234 n = recvfrom(sockfd, buf, sizeof(buf), MSG_WAITALL, in dut_echo_thread()
|
/openbmc/linux/drivers/usb/usbip/ |
H A D | usbip_common.c | 320 result = sock_recvmsg(sock, &msg, MSG_WAITALL); in usbip_recv()
|
/openbmc/linux/net/rxrpc/ |
H A D | sendmsg.c | 445 msg->msg_flags & MSG_WAITALL); in rxrpc_send_data()
|
/openbmc/linux/net/bluetooth/ |
H A D | af_bluetooth.c | 397 target = sock_rcvlowat(sk, flags & MSG_WAITALL, size); in bt_sock_stream_recvmsg()
|
/openbmc/linux/fs/afs/ |
H A D | rxrpc.c | 366 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 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()
|
/openbmc/linux/net/caif/ |
H A D | caif_socket.c | 364 target = sock_rcvlowat(sk, flags&MSG_WAITALL, size); in caif_stream_recvmsg()
|
/openbmc/linux/net/llc/ |
H A D | af_llc.c | 788 target = sock_rcvlowat(sk, flags & MSG_WAITALL, len); in llc_ui_recvmsg()
|
/openbmc/linux/drivers/block/ |
H A D | nbd.c | 745 result = __sock_xmit(nbd, sock, 0, &to, MSG_WAITALL, NULL); in nbd_read_reply() 834 result = sock_xmit(nbd, index, 0, &to, MSG_WAITALL, NULL); in nbd_handle_reply()
|
/openbmc/linux/drivers/target/iscsi/ |
H A D | iscsi_target_util.c | 1285 rx_loop = sock_recvmsg(conn->sock, &msg, MSG_WAITALL); in rx_data()
|
/openbmc/linux/net/phonet/ |
H A D | pep.c | 1269 if (flags & ~(MSG_OOB|MSG_PEEK|MSG_TRUNC|MSG_DONTWAIT|MSG_WAITALL| in pep_recvmsg()
|
/openbmc/linux/net/vmw_vsock/ |
H A D | af_vsock.c | 2022 target = sock_rcvlowat(sk, flags & MSG_WAITALL, len); in __vsock_stream_recvmsg()
|
/openbmc/linux/net/tls/ |
H A D | tls_sw.c | 1999 target = sock_rcvlowat(sk, flags & MSG_WAITALL, len); in tls_sw_recvmsg()
|
/openbmc/linux/net/unix/ |
H A D | af_unix.c | 2680 target = sock_rcvlowat(sk, flags & MSG_WAITALL, size); in unix_stream_read_generic()
|
/openbmc/linux/net/tipc/ |
H A D | socket.c | 2038 required = sock_rcvlowat(sk, flags & MSG_WAITALL, buflen); in tipc_recvstream()
|
/openbmc/linux/Documentation/networking/ |
H A D | rxrpc.rst | 284 (#) MSG_WAITALL can be set to tell sendmsg to ignore signals if the peer is
|