Home
last modified time | relevance | path

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

/tools/testing/selftests/net/
A Dtls.c821 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()
1504 buf, sizeof(buf), MSG_WAITALL), in TEST_F()
[all …]
A Dio_uring_zerocopy_tx.c127 unsigned msg_flags = MSG_WAITALL; in do_tx()
/tools/usb/usbip/src/
A Dusbip_network.c108 nbytes = recv(sockfd, buff, bufflen, MSG_WAITALL); in usbip_net_xmit()
/tools/testing/selftests/coredump/
A Dstackdump_test.c597 ret = recv(fd, &mark, sizeof(mark), MSG_WAITALL); in recv_marker()
643 ret = recv(fd, req, field_size, MSG_PEEK | MSG_WAITALL); in read_coredump_req()
656 ret = recv(fd, req, ack_size, MSG_WAITALL); in read_coredump_req()
678 ret = recv(fd, buffer, sizeof(buffer), MSG_WAITALL); in read_coredump_req()
/tools/perf/trace/beauty/include/linux/
A Dsocket.h313 #define MSG_WAITALL 0x100 /* Wait for a full request */ macro
/tools/testing/selftests/bpf/
A Dxdp_features.c234 n = recvfrom(sockfd, buf, sizeof(buf), MSG_WAITALL, in dut_echo_thread()

Completed in 677 milliseconds