Home
last modified time | relevance | path

Searched refs:t_stat (Results 1 – 10 of 10) sorted by relevance

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_log.c592 tp->t_stat.synrxtshift, \ in tcp_log_connection_summary()
598 tp->t_stat.rxmitpkts, \ in tcp_log_connection_summary()
599 …tp->t_rcvoopack, tp->t_stat.rxduplicatebytes, tp->t_stat.acks_delayed, tp->t_stat.delayed_acks_sen… in tcp_log_connection_summary()
824 tp->t_stat.synrxtshift, \ in tcp_log_th_flags()
825 tp->t_stat.rxmitpkts, \ in tcp_log_th_flags()
H A Dtcp_usrreq.c1723 ti->tcpi_txretransmitbytes = tp->t_stat.txretransmitbytes; in tcp_fill_info()
1724 ti->tcpi_txretransmitpackets = tp->t_stat.rxmitpkts; in tcp_fill_info()
1729 ti->tcpi_rxduplicatebytes = tp->t_stat.rxduplicatebytes; in tcp_fill_info()
1730 ti->tcpi_rxoutoforderbytes = tp->t_stat.rxoutoforderbytes; in tcp_fill_info()
1733 ti->tcpi_synrexmits = (uint8_t)tp->t_stat.rxmitsyns; in tcp_fill_info()
1963 tci->tcpi_txretransmitbytes = tp->t_stat.txretransmitbytes; in tcp_connection_fill_info()
1964 tci->tcpi_txretransmitpackets = tp->t_stat.rxmitpkts; in tcp_connection_fill_info()
1967 tci->tcpi_rxoutoforderbytes = tp->t_stat.rxoutoforderbytes; in tcp_connection_fill_info()
H A Dtcp_cc.c384 tp->t_stat.acks_delayed++; in tcp_cc_delay_ack()
H A Dtcp_timer.c1247 tp->t_stat.synrxtshift = tp->t_rxtshift; in tcp_timers()
1248 tp->t_stat.rxmitsyns++; in tcp_timers()
1611 tp->t_stat.delayed_acks_sent++; in tcp_timers()
1694 tp->t_stat.synrxtshift = tp->t_rxtshift; in tcp_timers()
H A Dtcp_output.c2024 tp->t_stat.txretransmitbytes += len; in tcp_output()
2025 tp->t_stat.rxmitpkts++; in tcp_output()
H A Dtcp_input.c675 tp->t_stat.rxduplicatebytes += *tlenp; in tcp_reass()
703 tp->t_stat.rxoutoforderbytes += *tlenp; in tcp_reass()
3852 tp->t_stat.rxduplicatebytes += tlen; in tcp_input()
3951 tp->t_stat.rxduplicatebytes += todrop; in tcp_input()
H A Dtcp_subr.c1291 ifs->txretransmitbytes = tp->t_stat.txretransmitbytes; in tcp_create_ifnet_stats_per_flow()
1292 ifs->rxoutoforderbytes = tp->t_stat.rxoutoforderbytes; in tcp_create_ifnet_stats_per_flow()
1293 ifs->rxmitpkts = tp->t_stat.rxmitpkts; in tcp_create_ifnet_stats_per_flow()
H A Dtcp_var.h495 } t_stat; member
H A Dmptcp_usrreq.c2035 ti->tcpi_txretransmitpackets = acttp->t_stat.rxmitpkts; in mptcp_fill_info()
/xnu-8020.101.4/bsd/net/
H A Dntstat.c1406 out_counts->nstat_rxduplicatebytes = tp->t_stat.rxduplicatebytes; in nstat_tcp_counts()
1407 out_counts->nstat_rxoutoforderbytes = tp->t_stat.rxoutoforderbytes; in nstat_tcp_counts()
1408 out_counts->nstat_txretransmit = tp->t_stat.txretransmitbytes; in nstat_tcp_counts()
6772 indicators->xp_recentflows_rxooo += tp->t_stat.rxoutoforderbytes; in tcp_progress_indicators_for_interface()
6773 indicators->xp_recentflows_rxdup += tp->t_stat.rxduplicatebytes; in tcp_progress_indicators_for_interface()
6774 indicators->xp_recentflows_retx += tp->t_stat.txretransmitbytes; in tcp_progress_indicators_for_interface()