Searched refs:MSG_MORE (Results 1 – 4 of 4) sorted by relevance
/tools/testing/vsock/ |
D | control.c | 122 ret = send(control_fd, str, len, MSG_MORE); in control_writeln()
|
/tools/perf/trace/beauty/include/linux/ |
D | socket.h | 306 #define MSG_MORE 0x8000 /* Sender will send more */ macro
|
/tools/testing/selftests/net/ |
D | tls.c | 360 EXPECT_EQ(send(self->fd, test_str, send_len, MSG_MORE), send_len); in TEST_F() 374 EXPECT_EQ(send(self->fd, test_str, send_len, MSG_MORE), send_len); in TEST_F() 807 EXPECT_EQ(send(self->fd, test_str_first, len, MSG_MORE), len); in TEST_F() 1253 EXPECT_EQ(send(self->fd, test_str, send_len, MSG_MORE), send_len); in TEST_F()
|
D | udpgso.c | 482 if (!__send_one(fd, &msg, MSG_MORE)) in send_one()
|