Home
last modified time | relevance | path

Searched refs:tcpi_txretransmitbytes (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.1.9/bsd/netinet/
H A Dtcp.h299 u_int64_t tcpi_txretransmitbytes __attribute__((aligned(8))); member
H A Dtcp_private.h237 u_int64_t tcpi_txretransmitbytes __attribute__((aligned(8))); member
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()
/xnu-12377.1.9/bsd/net/
H A Dnecp_client.c1338 uint32_t d_txretransmit = tcpi->tcpi_txretransmitbytes - prev_tcpstats->necp_stat_txretransmit; in necp_client_collect_aop_flow_stats()
7063 digestp->txretransmit = tcpi->tcpi_txretransmitbytes; in necp_request_aop_tcp_netstats()
7080 countsp->nstat_txretransmit = tcpi->tcpi_txretransmitbytes; in necp_request_aop_tcp_netstats()
7114 detailed_countsp->nstat_txretransmit = tcpi->tcpi_txretransmitbytes; in necp_request_aop_tcp_netstats()