Home
last modified time | relevance | path

Searched refs:MSG_FASTOPEN (Results 1 – 12 of 12) sorted by relevance

/tools/testing/selftests/net/packetdrill/
A Dtcp_syscall_bad_arg_fastopen-invalid-buf-ptr.pkt20 // 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 Dtcp_zerocopy_fastopen-client.pkt4 // 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 Dtcp_zerocopy_fastopen-server.pkt4 // send data with MSG_FASTOPEN | MSG_ZEROCOPY and verify that the
/tools/testing/selftests/net/
A Dsk_bind_sendto_listen.c37 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 Dtfo.c101 sendto(fd, msg, strlen(msg), MSG_FASTOPEN, (struct sockaddr *)&cfg_addr, sizeof(cfg_addr)); in run_client()
A Dtcp_fastopen_backup_key.c193 ret = sendto(fd, data, 1, MSG_FASTOPEN, daddr, sz); in connect_and_send()
A Dreuseport_bpf.c203 if (sendto(fd, buf, len, MSG_FASTOPEN, daddr, sockaddr_size()) < 0) in send_from()
/tools/perf/trace/beauty/
A Dmsg_flags.c23 #ifndef MSG_FASTOPEN
24 #define MSG_FASTOPEN 0x20000000 macro
/tools/perf/trace/beauty/include/linux/
A Dsocket.h333 #define MSG_FASTOPEN 0x20000000 /* Send data in TCP SYN */ macro
/tools/testing/selftests/bpf/prog_tests/
A Dselect_reuseport.c377 err = sendto(fd, data, len, MSG_FASTOPEN, (struct sockaddr *)&srv_sa, in send_data()
/tools/testing/selftests/bpf/
A Dnetwork_helpers.c246 ret = sendto(fd, data, data_len, MSG_FASTOPEN, (struct sockaddr *)&addr, in fastopen_connect()
/tools/testing/selftests/net/mptcp/
A Dmptcp_connect.c399 syn_copied = sendto(sock, winfo->buf, winfo->len, MSG_FASTOPEN, in sock_connect_mptcp()

Completed in 18 milliseconds