Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_usrreq.c2655 if (!(tcp_fastopen & TCP_FASTOPEN_SERVER)) { in tcp_ctloutput()
2897 !(tcp_fastopen & TCP_FASTOPEN_SERVER)) { in tcp_ctloutput()
H A Dtcp_var.h1756 #define TCP_FASTOPEN_SERVER 0x01 macro
H A Dtcp_subr.c184 int, tcp_fastopen, TCP_FASTOPEN_CLIENT | TCP_FASTOPEN_SERVER,
H A Dtcp_input.c1501 !(tcp_fastopen & TCP_FASTOPEN_SERVER)) { in tcp_tfo_syn()