Home | History | Annotate | Download | only in src

Lines Matching defs:MSG_FASTOPEN

89 /* this is to get us the definition of MSG_FASTOPEN. we may need to
93 # ifndef MSG_FASTOPEN
94 # warning Using our own value for MSG_FASTOPEN
95 # define MSG_FASTOPEN 0x20000000 /* Send data in TCP SYN */
2909 #if defined(MSG_FASTOPEN)
2910 (use_fastopen && protocol == IPPROTO_TCP) ? MSG_FASTOPEN : 0,
7100 #if defined(MSG_FASTOPEN)