Searched refs:MSG_EOR (Results 1 – 9 of 9) sorted by relevance
| /tools/testing/selftests/net/packetdrill/ |
| A D | tcp_eor_no-coalesce-subsequent.pkt | 25 +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 D | tcp_eor_no-coalesce-retrans.pkt | 25 +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 D | tcp_eor_no-coalesce-small.pkt | 24 +0 send(4, ..., 400, MSG_EOR) = 400
|
| A D | tcp_eor_no-coalesce-large.pkt | 25 +0 send(4, ..., 10400, MSG_EOR) = 10400
|
| /tools/perf/trace/beauty/include/linux/ |
| A D | socket.h | 312 #define MSG_EOR 0x80 /* End of record */ macro
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | sock_fields.c | 314 err = send(accept_fd, DATA, DATA_LEN, MSG_EOR); in test()
|
| A D | tcp_hdr_options.c | 483 MSG_EOR); in misc()
|
| /tools/testing/vsock/ |
| A D | vsock_test.c | 396 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 D | tls.c | 566 EXPECT_EQ(send(self->fd, test_str, send_len, MSG_EOR), send_len); in TEST_F()
|
Completed in 19 milliseconds