Home
last modified time | relevance | path

Searched refs:TE_LOST_SYN (Results 1 – 5 of 5) sorted by relevance

/xnu-11417.101.15/bsd/netinet/ !
H A Dtcp_var.h543 #define TE_LOST_SYN 0x00000100 /* Lost SYN with ECN setup */ macro
H A Dtcp_subr.c5282 } 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()
H A Dtcp_usrreq.c1868 ti->tcpi_ecn_lost_syn = !!(tp->ecn_flags & TE_LOST_SYN); in tcp_fill_info()
H A Dtcp_output.c2276 tp->ecn_flags |= TE_LOST_SYN; in tcp_output()
H A Dtcp_input.c3911 if ((tp->ecn_flags & TE_LOST_SYN) && tp->t_rxtshift <= 2 && in tcp_input()