Searched refs:MSG_FASTOPEN (Results 1 – 14 of 14) sorted by relevance
/linux-6.6.21/tools/testing/selftests/net/ |
D | sk_bind_sendto_listen.c | 37 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()
|
D | tcp_fastopen_backup_key.c | 193 ret = sendto(fd, data, 1, MSG_FASTOPEN, daddr, sz); in connect_and_send()
|
D | reuseport_bpf.c | 203 if (sendto(fd, buf, len, MSG_FASTOPEN, daddr, sockaddr_size()) < 0) in send_from()
|
/linux-6.6.21/tools/perf/trace/beauty/ |
D | msg_flags.c | 20 #ifndef MSG_FASTOPEN 21 #define MSG_FASTOPEN 0x20000000 macro
|
/linux-6.6.21/include/linux/ |
D | socket.h | 331 #define MSG_FASTOPEN 0x20000000 /* Send data in TCP SYN */ macro
|
/linux-6.6.21/tools/perf/trace/beauty/include/linux/ |
D | socket.h | 331 #define MSG_FASTOPEN 0x20000000 /* Send data in TCP SYN */ macro
|
/linux-6.6.21/tools/testing/selftests/bpf/ |
D | network_helpers.c | 219 ret = sendto(fd, data, data_len, MSG_FASTOPEN, (struct sockaddr *)&addr, in fastopen_connect()
|
D | test_sock_addr.c | 1109 MSG_FASTOPEN, &sendmsg_err); in fastconnect_to_server()
|
/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/ |
D | select_reuseport.c | 387 err = sendto(fd, data, len, MSG_FASTOPEN, (struct sockaddr *)&srv_sa, in send_data()
|
/linux-6.6.21/tools/testing/selftests/net/mptcp/ |
D | mptcp_connect.c | 384 syn_copied = sendto(sock, winfo->buf, winfo->len, MSG_FASTOPEN, in sock_connect_mptcp()
|
/linux-6.6.21/net/mptcp/ |
D | protocol.c | 1732 if (msg->msg_flags & MSG_FASTOPEN) { in mptcp_sendmsg_fastopen() 1783 msg->msg_flags &= MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL | MSG_FASTOPEN; in mptcp_sendmsg() 1788 msg->msg_flags & MSG_FASTOPEN)) { in mptcp_sendmsg()
|
/linux-6.6.21/net/smc/ |
D | af_smc.c | 2747 if (msg->msg_flags & MSG_FASTOPEN) { in smc_sendmsg()
|
/linux-6.6.21/net/ipv4/ |
D | tcp.c | 1074 if (unlikely(flags & MSG_FASTOPEN || in tcp_sendmsg_locked()
|
/linux-6.6.21/Documentation/networking/ |
D | ip-sysctl.rst | 825 then must use sendmsg() or sendto() with the MSG_FASTOPEN flag,
|