Home
last modified time | relevance | path

Searched refs:MSG_FASTOPEN (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/
Dsocket.h279 #define MSG_FASTOPEN 0x20000000 /* Send data in TCP SYN */ macro
/linux-4.4.14/tools/perf/
Dbuiltin-trace.c710 #ifndef MSG_FASTOPEN
711 #define MSG_FASTOPEN 0x20000000 macro
/linux-4.4.14/net/ipv4/
Dtcp.c1102 if (flags & MSG_FASTOPEN) { in tcp_sendmsg()
/linux-4.4.14/Documentation/networking/
Dip-sysctl.txt562 must use sendmsg() or sendto() with MSG_FASTOPEN flag rather than
566 1: Enables sending data in the opening SYN on the client w/ MSG_FASTOPEN.