Searched refs:TE_LOST_SYNACK (Results 1 – 4 of 4) sorted by relevance
544 #define TE_LOST_SYNACK 0x00000200 /* Lost SYN-ACK with ECN setup */ macro
1869 ti->tcpi_ecn_lost_synack = !!(tp->ecn_flags & TE_LOST_SYNACK); in tcp_fill_info()
2233 tp->ecn_flags |= TE_LOST_SYNACK; in tcp_output()
4758 if ((tp->ecn_flags & TE_LOST_SYNACK) && tp->t_rxtshift <= 2 && in tcp_input()