Home
last modified time | relevance | path

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

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