Searched refs:MSG_FASTOPEN (Results 1 – 13 of 13) sorted by relevance
/linux-6.1.9/tools/perf/trace/beauty/ |
D | msg_flags.c | 14 #ifndef MSG_FASTOPEN 15 #define MSG_FASTOPEN 0x20000000 macro
|
/linux-6.1.9/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.1.9/tools/perf/trace/beauty/include/linux/ |
D | socket.h | 327 #define MSG_FASTOPEN 0x20000000 /* Send data in TCP SYN */ macro
|
/linux-6.1.9/include/linux/ |
D | socket.h | 327 #define MSG_FASTOPEN 0x20000000 /* Send data in TCP SYN */ macro
|
/linux-6.1.9/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.1.9/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.1.9/net/smc/ |
D | af_smc.c | 2654 if (msg->msg_flags & MSG_FASTOPEN) { in smc_sendmsg()
|
/linux-6.1.9/net/mptcp/ |
D | protocol.c | 1721 if (msg->msg_flags & MSG_FASTOPEN) in mptcp_sendmsg()
|
/linux-6.1.9/net/ipv4/ |
D | tcp.c | 1247 if (unlikely(flags & MSG_FASTOPEN || inet_sk(sk)->defer_connect) && in tcp_sendmsg_locked()
|
/linux-6.1.9/Documentation/networking/ |
D | ip-sysctl.rst | 819 then must use sendmsg() or sendto() with the MSG_FASTOPEN flag,
|