Searched refs:MSG_FASTOPEN (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/perf/trace/beauty/ |
| H A D | msg_flags.c | 14 #ifndef MSG_FASTOPEN 15 #define MSG_FASTOPEN 0x20000000 macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | socket.h | 245 MSG_FASTOPEN = 0x20000000, /* Send data in TCP SYN. */ enumerator 246 #define MSG_FASTOPEN MSG_FASTOPEN macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | socket.h | 245 MSG_FASTOPEN = 0x20000000, /* Send data in TCP SYN. */ enumerator 246 #define MSG_FASTOPEN MSG_FASTOPEN macro
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | network_helpers.c | 130 ret = sendto(fd, data, data_len, MSG_FASTOPEN, (struct sockaddr *)&addr, in fastopen_connect()
|
| H A D | test_sock_addr.c | 1334 MSG_FASTOPEN, &sendmsg_err); in fastconnect_to_server()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | tcp_fastopen_backup_key.c | 195 ret = sendto(fd, data, 1, MSG_FASTOPEN, daddr, sz); in connect_and_send()
|
| H A D | reuseport_bpf.c | 205 if (sendto(fd, buf, len, MSG_FASTOPEN, daddr, sockaddr_size()) < 0) in send_from()
|
| /OK3568_Linux_fs/kernel/tools/perf/trace/beauty/include/linux/ |
| H A D | socket.h | 314 #define MSG_FASTOPEN 0x20000000 /* Send data in TCP SYN */ macro
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | socket.h | 314 #define MSG_FASTOPEN 0x20000000 /* Send data in TCP SYN */ macro
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | select_reuseport.c | 396 err = sendto(fd, data, len, MSG_FASTOPEN, (struct sockaddr *)&srv_sa, in send_data()
|
| /OK3568_Linux_fs/kernel/net/smc/ |
| H A D | af_smc.c | 2000 if (msg->msg_flags & MSG_FASTOPEN) { in smc_sendmsg()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | tcp.c | 1220 if (unlikely(flags & MSG_FASTOPEN || inet_sk(sk)->defer_connect) && in tcp_sendmsg_locked()
|
| /OK3568_Linux_fs/kernel/Documentation/networking/ |
| H A D | ip-sysctl.rst | 719 then must use sendmsg() or sendto() with the MSG_FASTOPEN flag,
|