Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/tools/perf/trace/beauty/
H A Dmsg_flags.c20 #ifndef MSG_FASTOPEN
21 #define MSG_FASTOPEN 0x20000000 macro
/openbmc/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h331 #define MSG_FASTOPEN 0x20000000 /* Send data in TCP SYN */ macro
/openbmc/linux/include/linux/
H A Dsocket.h331 #define MSG_FASTOPEN 0x20000000 /* Send data in TCP SYN */ macro
/openbmc/linux/tools/testing/selftests/bpf/
H A Dnetwork_helpers.c219 ret = sendto(fd, data, data_len, MSG_FASTOPEN, (struct sockaddr *)&addr, in fastopen_connect()
H A Dtest_sock_addr.c1109 MSG_FASTOPEN, &sendmsg_err); in fastconnect_to_server()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dselect_reuseport.c387 err = sendto(fd, data, len, MSG_FASTOPEN, (struct sockaddr *)&srv_sa, in send_data()
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c384 syn_copied = sendto(sock, winfo->buf, winfo->len, MSG_FASTOPEN, in sock_connect_mptcp()
/openbmc/linux/net/mptcp/
H A Dprotocol.c1718 if (msg->msg_flags & MSG_FASTOPEN) { in mptcp_sendmsg_fastopen()
1769 msg->msg_flags &= MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL | MSG_FASTOPEN; in mptcp_sendmsg()
1774 msg->msg_flags & MSG_FASTOPEN)) { in mptcp_sendmsg()
/openbmc/linux/net/smc/
H A Daf_smc.c2729 if (msg->msg_flags & MSG_FASTOPEN) { in smc_sendmsg()
/openbmc/linux/net/ipv4/
H A Dtcp.c1074 if (unlikely(flags & MSG_FASTOPEN || in tcp_sendmsg_locked()
/openbmc/linux/Documentation/networking/
H A Dip-sysctl.rst825 then must use sendmsg() or sendto() with the MSG_FASTOPEN flag,