Home
last modified time | relevance | path

Searched refs:rxoutoforderbytes (Results 1 – 8 of 8) sorted by relevance

/xnu-12377.61.12/bsd/net/
H A Dntstat.h1734 u_int32_t rxoutoforderbytes; member
H A Dif_var_private.h354 u_int32_t rxoutoforderbytes; member
H A Dntstat.c2069 out_counts->nstat_rxoutoforderbytes = tp->t_stat.rxoutoforderbytes; in nstat_tcp_counts()
2122 out_details->nstat_rxoutoforderbytes = tp->t_stat.rxoutoforderbytes; in nstat_tcp_details()
7887 indicators->np_recentflows_rxooo += tp->t_stat.rxoutoforderbytes; in progress_indicators_for_interface()
7958 indicators->np_recentflows_rxooo += digest.rxoutoforderbytes; in progress_indicators_for_interface()
H A Dnecp_client.c1406 diff_n_update(rxoutoforderbytes); in necp_client_collect_nexus_flow_stats()
6809 digestp->rxoutoforderbytes = tcpstats->necp_tcp_counts.necp_stat_rxoutoforderbytes; in necp_request_nexus_tcp_netstats()
7031 digestp->rxoutoforderbytes = tcpi->tcpi_rxoutoforderbytes; in necp_request_aop_tcp_netstats()
7400 digestp->rxoutoforderbytes = quicstats->necp_quic_counts.necp_stat_rxoutoforderbytes; in necp_request_quic_netstats()
/xnu-12377.61.12/bsd/netinet/
H A Dtcp_subr.c1536 ifs->rxoutoforderbytes = tp->t_stat.rxoutoforderbytes; in tcp_create_ifnet_stats_per_flow()
5508 ifs->rxoutoforderbytes > 0) { in tcp_update_stats_per_flow()
5517 ifs->rxoutoforderbytes > 0) { in tcp_update_stats_per_flow()
H A Dtcp_usrreq.c1821 ti->tcpi_rxoutoforderbytes = tp->t_stat.rxoutoforderbytes; in tcp_fill_info()
2090 tci->tcpi_rxoutoforderbytes = tp->t_stat.rxoutoforderbytes; in tcp_connection_fill_info()
H A Dtcp_var.h652 uint32_t rxoutoforderbytes; member
H A Dtcp_input.c687 tp->t_stat.rxoutoforderbytes += *tlenp; in tcp_reass()