Searched refs:MSG_FASTOPEN (Results 1 – 12 of 12) sorted by relevance
| /tools/testing/selftests/net/packetdrill/ |
| A D | tcp_syscall_bad_arg_fastopen-invalid-buf-ptr.pkt | 20 // Test with MSG_FASTOPEN without TCP_FASTOPEN_CONNECT. 23 +0 sendto(4, NULL, 1, MSG_FASTOPEN, ..., ...) = -1 26 // Test with TCP_FASTOPEN_CONNECT without MSG_FASTOPEN. 34 // Test with both TCP_FASTOPEN_CONNECT and MSG_FASTOPEN. 39 +0 sendto(6, NULL, 1, MSG_FASTOPEN, ..., ...) = -1
|
| A D | tcp_zerocopy_fastopen-client.pkt | 4 // send data with MSG_FASTOPEN | MSG_ZEROCOPY and verify that the 17 …+0 sendto(3, ..., 500, MSG_FASTOPEN|MSG_ZEROCOPY, ..., ...) = -1 EINPROGRESS (Operation now in pro… 38 +0 sendto(5, ..., 500, MSG_FASTOPEN|MSG_ZEROCOPY, ..., ...) = 500
|
| A D | tcp_zerocopy_fastopen-server.pkt | 4 // send data with MSG_FASTOPEN | MSG_ZEROCOPY and verify that the
|
| /tools/testing/selftests/net/ |
| A D | sk_bind_sendto_listen.c | 37 if (sendto(fd1, NULL, 0, MSG_FASTOPEN, (struct sockaddr *)&bind_addr, in main() 59 if (sendto(fd2, NULL, 0, MSG_FASTOPEN, (struct sockaddr *)&bind_addr, in main()
|
| A D | tfo.c | 101 sendto(fd, msg, strlen(msg), MSG_FASTOPEN, (struct sockaddr *)&cfg_addr, sizeof(cfg_addr)); in run_client()
|
| A D | tcp_fastopen_backup_key.c | 193 ret = sendto(fd, data, 1, MSG_FASTOPEN, daddr, sz); in connect_and_send()
|
| A D | reuseport_bpf.c | 203 if (sendto(fd, buf, len, MSG_FASTOPEN, daddr, sockaddr_size()) < 0) in send_from()
|
| /tools/perf/trace/beauty/ |
| A D | msg_flags.c | 23 #ifndef MSG_FASTOPEN 24 #define MSG_FASTOPEN 0x20000000 macro
|
| /tools/perf/trace/beauty/include/linux/ |
| A D | socket.h | 333 #define MSG_FASTOPEN 0x20000000 /* Send data in TCP SYN */ macro
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | select_reuseport.c | 377 err = sendto(fd, data, len, MSG_FASTOPEN, (struct sockaddr *)&srv_sa, in send_data()
|
| /tools/testing/selftests/bpf/ |
| A D | network_helpers.c | 246 ret = sendto(fd, data, data_len, MSG_FASTOPEN, (struct sockaddr *)&addr, in fastopen_connect()
|
| /tools/testing/selftests/net/mptcp/ |
| A D | mptcp_connect.c | 399 syn_copied = sendto(sock, winfo->buf, winfo->len, MSG_FASTOPEN, in sock_connect_mptcp()
|
Completed in 18 milliseconds