Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_timer.c396 u_int32_t tcps_tfo_syn_data_sent; member
2643 tcp_cumulative_stat(tcpstat.tcps_tfo_syn_data_sent, in tcp_report_stats()
2644 &prev.tcps_tfo_syn_data_sent, &stat.tfo_syn_data_sent); in tcp_report_stats()
H A Dtcp_output.c394 tcpstat.tcps_tfo_syn_data_sent++; in tcp_tfo_write_cookie()
428 tcpstat.tcps_tfo_syn_data_sent++; in tcp_tfo_write_cookie()
H A Dtcp_var.h1409 u_int32_t tcps_tfo_syn_data_sent; /* SYN+data+cookie sent */ member