Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_timer.c399 u_int32_t tcps_tfo_syn_data_sent; member
2639 tcp_cumulative_stat(tcpstat.tcps_tfo_syn_data_sent, in tcp_report_stats()
2640 &prev.tcps_tfo_syn_data_sent, &stat.tfo_syn_data_sent); in tcp_report_stats()
H A Dtcp_output.c412 tcpstat.tcps_tfo_syn_data_sent++; in tcp_tfo_write_cookie()
446 tcpstat.tcps_tfo_syn_data_sent++; in tcp_tfo_write_cookie()
H A Dtcp_var.h1174 u_int32_t tcps_tfo_syn_data_sent; /* SYN+data+cookie sent */ member