Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/net/packetdrill/
H 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
H 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
H A Dtcp_zerocopy_fastopen-server.pkt4 // send data with MSG_FASTOPEN | MSG_ZEROCOPY and verify that the
/linux-6.15/tools/testing/selftests/net/
H 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()
H A Dtcp_fastopen_backup_key.c193 ret = sendto(fd, data, 1, MSG_FASTOPEN, daddr, sz); in connect_and_send()
H A Dreuseport_bpf.c203 if (sendto(fd, buf, len, MSG_FASTOPEN, daddr, sockaddr_size()) < 0) in send_from()
/linux-6.15/tools/perf/trace/beauty/
H A Dmsg_flags.c23 #ifndef MSG_FASTOPEN
24 #define MSG_FASTOPEN 0x20000000 macro
/linux-6.15/tools/perf/trace/beauty/include/linux/
H A Dsocket.h333 #define MSG_FASTOPEN 0x20000000 /* Send data in TCP SYN */ macro
/linux-6.15/include/linux/
H A Dsocket.h333 #define MSG_FASTOPEN 0x20000000 /* Send data in TCP SYN */ macro
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dselect_reuseport.c377 err = sendto(fd, data, len, MSG_FASTOPEN, (struct sockaddr *)&srv_sa, in send_data()
/linux-6.15/tools/testing/selftests/bpf/
H A Dnetwork_helpers.c246 ret = sendto(fd, data, data_len, MSG_FASTOPEN, (struct sockaddr *)&addr, in fastopen_connect()
/linux-6.15/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c386 syn_copied = sendto(sock, winfo->buf, winfo->len, MSG_FASTOPEN, in sock_connect_mptcp()
/linux-6.15/net/mptcp/
H A Dprotocol.c1634 if (msg->msg_flags & MSG_FASTOPEN) { in mptcp_sendmsg_fastopen()
1723 msg->msg_flags &= MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL | MSG_FASTOPEN; in mptcp_sendmsg()
1728 msg->msg_flags & MSG_FASTOPEN)) { in mptcp_sendmsg()
/linux-6.15/net/smc/
H A Daf_smc.c2783 if (msg->msg_flags & MSG_FASTOPEN) { in smc_sendmsg()
/linux-6.15/net/ipv4/
H A Dtcp.c1096 if (unlikely(flags & MSG_FASTOPEN || in tcp_sendmsg_locked()
/linux-6.15/Documentation/networking/
H A Dip-sysctl.rst848 then must use sendmsg() or sendto() with the MSG_FASTOPEN flag,