Home
last modified time | relevance | path

Searched refs:MSG_MORE (Results 1 – 4 of 4) sorted by relevance

/tools/testing/vsock/
Dcontrol.c122 ret = send(control_fd, str, len, MSG_MORE); in control_writeln()
/tools/perf/trace/beauty/include/linux/
Dsocket.h306 #define MSG_MORE 0x8000 /* Sender will send more */ macro
/tools/testing/selftests/net/
Dtls.c360 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()
Dudpgso.c482 if (!__send_one(fd, &msg, MSG_MORE)) in send_one()