Home
last modified time | relevance | path

Searched refs:tcps_ecn_lost_syn (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.101.15/bsd/netinet/ !
H A Dtcp_timer.c378 u_int32_t tcps_ecn_lost_syn; member
2617 tcp_cumulative_stat(tcpstat.tcps_ecn_lost_syn, in tcp_report_stats()
2618 &prev.tcps_ecn_lost_syn, &stat.ecn_lost_syn); in tcp_report_stats()
H A Dtcp_var.h1390 u_int32_t tcps_ecn_lost_syn; /* Lost SYN with ECN setup */ member
H A Dtcp_output.c2275 tcpstat.tcps_ecn_lost_syn++; in tcp_output()