Searched refs:TE_LOST_SYN (Results 1 – 5 of 5) sorted by relevance
543 #define TE_LOST_SYN 0x00000100 /* Lost SYN with ECN setup */ macro
5282 } else if (ifs->ecn_flags & TE_LOST_SYN) { in tcp_update_stats_per_flow()5294 } else if (ifs->ecn_flags & TE_LOST_SYN) { in tcp_update_stats_per_flow()
1868 ti->tcpi_ecn_lost_syn = !!(tp->ecn_flags & TE_LOST_SYN); in tcp_fill_info()
2276 tp->ecn_flags |= TE_LOST_SYN; in tcp_output()
3911 if ((tp->ecn_flags & TE_LOST_SYN) && tp->t_rxtshift <= 2 && in tcp_input()