Searched refs:MSG_FASTOPEN (Results 1 – 4 of 4) sorted by relevance
279 #define MSG_FASTOPEN 0x20000000 /* Send data in TCP SYN */ macro
710 #ifndef MSG_FASTOPEN711 #define MSG_FASTOPEN 0x20000000 macro
1102 if (flags & MSG_FASTOPEN) { in tcp_sendmsg()
562 must use sendmsg() or sendto() with MSG_FASTOPEN flag rather than566 1: Enables sending data in the opening SYN on the client w/ MSG_FASTOPEN.