Home
last modified time | relevance | path

Searched refs:txretransmitbytes (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.1.9/bsd/netinet/
H A Dtcp_log.c1216 tp->t_stat.rxmitpkts, tp->t_stat.txretransmitbytes, \ in tcp_log_output()
H A Dtcp_subr.c1430 ifs->txretransmitbytes = tp->t_stat.txretransmitbytes; in tcp_create_ifnet_stats_per_flow()
5402 if (ifs->txretransmitbytes > 0 || in tcp_update_stats_per_flow()
5411 if (ifs->txretransmitbytes > 0 || in tcp_update_stats_per_flow()
H A Dtcp_usrreq.c1814 ti->tcpi_txretransmitbytes = tp->t_stat.txretransmitbytes; in tcp_fill_info()
2086 tci->tcpi_txretransmitbytes = tp->t_stat.txretransmitbytes; in tcp_connection_fill_info()
H A Dtcp_var.h653 uint32_t txretransmitbytes; member
H A Dtcp_output.c2570 tp->t_stat.txretransmitbytes += len; in tcp_output()
/xnu-12377.1.9/bsd/net/
H A Dif_var_private.h353 u_int32_t txretransmitbytes; member
H A Dntstat.c2070 out_counts->nstat_txretransmit = tp->t_stat.txretransmitbytes; in nstat_tcp_counts()
2123 out_details->nstat_txretransmit = tp->t_stat.txretransmitbytes; in nstat_tcp_details()
7889 indicators->np_recentflows_retx += tp->t_stat.txretransmitbytes; in progress_indicators_for_interface()