Home
last modified time | relevance | path

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

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