Searched refs:MSG_FASTOPEN (Results 1 - 13 of 13) sorted by relevance

/linux-master/tools/testing/selftests/net/
H A Dsk_bind_sendto_listen.c37 if (sendto(fd1, NULL, 0, MSG_FASTOPEN, (struct sockaddr *)&bind_addr,
59 if (sendto(fd2, NULL, 0, MSG_FASTOPEN, (struct sockaddr *)&bind_addr,
H A Dtcp_fastopen_backup_key.c193 ret = sendto(fd, data, 1, MSG_FASTOPEN, daddr, sz);
H A Dreuseport_bpf.c203 if (sendto(fd, buf, len, MSG_FASTOPEN, daddr, sockaddr_size()) < 0)
/linux-master/tools/perf/trace/beauty/
H A Dmsg_flags.c20 #ifndef MSG_FASTOPEN
21 #define MSG_FASTOPEN 0x20000000 macro
/linux-master/include/linux/
H A Dsocket.h331 #define MSG_FASTOPEN 0x20000000 /* Send data in TCP SYN */ macro
/linux-master/tools/perf/trace/beauty/include/linux/
H A Dsocket.h331 #define MSG_FASTOPEN 0x20000000 /* Send data in TCP SYN */ macro
/linux-master/tools/testing/selftests/bpf/
H A Dnetwork_helpers.c220 ret = sendto(fd, data, data_len, MSG_FASTOPEN, (struct sockaddr *)&addr,
H A Dtest_sock_addr.c1110 MSG_FASTOPEN, &sendmsg_err);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dselect_reuseport.c387 err = sendto(fd, data, len, MSG_FASTOPEN, (struct sockaddr *)&srv_sa,
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c384 syn_copied = sendto(sock, winfo->buf, winfo->len, MSG_FASTOPEN,
/linux-master/net/mptcp/
H A Dprotocol.c1710 if (msg->msg_flags & MSG_FASTOPEN) {
1797 msg->msg_flags &= MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL | MSG_FASTOPEN;
1802 msg->msg_flags & MSG_FASTOPEN)) {
/linux-master/net/smc/
H A Daf_smc.c2770 if (msg->msg_flags & MSG_FASTOPEN) {
/linux-master/net/ipv4/
H A Dtcp.c1075 if (unlikely(flags & MSG_FASTOPEN ||

Completed in 175 milliseconds