Home
last modified time | relevance | path

Searched refs:rxbytes (Results 1 – 9 of 9) sorted by relevance

/xnu-12377.1.9/bsd/net/aop/
H A Daop_flow_stats.h48 uint64_t rxbytes; /* Total Rx bytes */ member
/xnu-12377.1.9/bsd/netinet/
H A Din_pcblist.c199 xst->xst_tc_stats[i].rxbytes = so->so_tc_stats[i].rxbytes; in sbtoxsockstat_n()
H A Dudp_log.c384 so->so_tc_stats[SO_STATS_SBNOSPACE].rxbytes, \ in udp_log_connection_summary()
H A Din_tclass.c1055 so->so_tc_stats[SO_STATS_DATA].rxbytes += in so_recv_data_stat()
1063 so->so_tc_stats[SO_STATS_DATA].rxbytes += bytes; in so_inc_recv_data_stat()
/xnu-12377.1.9/bsd/sys/
H A Dsocketvar.h118 u_int64_t rxbytes; member
/xnu-12377.1.9/bsd/net/
H A Dntstat.h1731 u_int64_t rxbytes; member
H A Dntstat.c1985 uint64_t rxbytes = 0; in nstat_inp_bluetooth_counts() local
1987 rxbytes = os_atomic_load(&inp->inp_mstat.ms_bluetooth.ts_rxbytes, relaxed); in nstat_inp_bluetooth_counts()
1990 if ((rxbytes == 0) && (txbytes == 0)) { in nstat_inp_bluetooth_counts()
7956 indicators->np_recentflows_rxbytes += digest.rxbytes; in progress_indicators_for_interface()
8198 xst->xst_tc_stats[0].rxbytes = flow_data->counts.nstat_rxbytes; in nstat_userland_to_xsockstat_n()
H A Dnecp_client.c1364 sf->sf_ibytes = flow_stats.rxbytes; in necp_client_collect_aop_flow_stats()
1404 diff_n_update(rxbytes); in necp_client_collect_nexus_flow_stats()
6837 digestp->rxbytes = tcpstats->necp_tcp_counts.necp_stat_rxbytes; in necp_request_nexus_tcp_netstats()
7059 digestp->rxbytes = tcpi->tcpi_rxbytes; in necp_request_aop_tcp_netstats()
7428 digestp->rxbytes = quicstats->necp_quic_counts.necp_stat_rxbytes; in necp_request_quic_netstats()
/xnu-12377.1.9/bsd/kern/
H A Duipc_socket2.c850 sb->sb_so->so_tc_stats[SO_STATS_DATA].rxbytes += space; in sb_update_data_stats()
862 sb->sb_so->so_tc_stats[SO_STATS_SBNOSPACE].rxbytes += space; in sb_update_no_space_stats()