Home
last modified time | relevance | path

Searched refs:MSG_EOR (Results 1 – 9 of 9) sorted by relevance

/tools/testing/selftests/net/packetdrill/
A Dtcp_eor_no-coalesce-subsequent.pkt25 +0 send(4, ..., 400, MSG_EOR) = 400
26 +0 send(4, ..., 400, MSG_EOR) = 400
27 +0 send(4, ..., 400, MSG_EOR) = 400
28 +0 send(4, ..., 400, MSG_EOR) = 400
29 +0 send(4, ..., 400, MSG_EOR) = 400
30 +0 send(4, ..., 400, MSG_EOR) = 400
31 +0 send(4, ..., 400, MSG_EOR) = 400
32 +0 send(4, ..., 400, MSG_EOR) = 400
33 +0 send(4, ..., 400, MSG_EOR) = 400
34 +0 send(4, ..., 400, MSG_EOR) = 400
A Dtcp_eor_no-coalesce-retrans.pkt25 +0 send(4, ..., 400, MSG_EOR) = 400
26 +0 send(4, ..., 400, MSG_EOR) = 400
27 +0 send(4, ..., 400, MSG_EOR) = 400
28 +0 send(4, ..., 400, MSG_EOR) = 400
29 +0 send(4, ..., 400, MSG_EOR) = 400
30 +0 send(4, ..., 400, MSG_EOR) = 400
31 +0 send(4, ..., 400, MSG_EOR) = 400
32 +0 send(4, ..., 400, MSG_EOR) = 400
33 +0 send(4, ..., 400, MSG_EOR) = 400
34 +0 send(4, ..., 400, MSG_EOR) = 400
A Dtcp_eor_no-coalesce-small.pkt24 +0 send(4, ..., 400, MSG_EOR) = 400
A Dtcp_eor_no-coalesce-large.pkt25 +0 send(4, ..., 10400, MSG_EOR) = 10400
/tools/perf/trace/beauty/include/linux/
A Dsocket.h312 #define MSG_EOR 0x80 /* End of record */ macro
/tools/testing/selftests/bpf/prog_tests/
A Dsock_fields.c314 err = send(accept_fd, DATA, DATA_LEN, MSG_EOR); in test()
A Dtcp_hdr_options.c483 MSG_EOR); in misc()
/tools/testing/vsock/
A Dvsock_test.c396 flags = MSG_EOR; in test_seqpacket_msg_bounds_client()
476 if (msg.msg_flags & MSG_EOR) in test_seqpacket_msg_bounds_server()
/tools/testing/selftests/net/
A Dtls.c566 EXPECT_EQ(send(self->fd, test_str, send_len, MSG_EOR), send_len); in TEST_F()

Completed in 19 milliseconds