Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_var.h544 #define TE_LOST_SYNACK 0x00000200 /* Lost SYN-ACK with ECN setup */ macro
H A Dtcp_usrreq.c1869 ti->tcpi_ecn_lost_synack = !!(tp->ecn_flags & TE_LOST_SYNACK); in tcp_fill_info()
H A Dtcp_output.c2233 tp->ecn_flags |= TE_LOST_SYNACK; in tcp_output()
H A Dtcp_input.c4758 if ((tp->ecn_flags & TE_LOST_SYNACK) && tp->t_rxtshift <= 2 && in tcp_input()