Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/aop/
H A Daop_flow_stats.h49 uint64_t txbytes; /* Total Tx bytes */ member
/xnu-12377.1.9/bsd/netinet/
H A Din_pcblist.c201 xst->xst_tc_stats[i].txbytes = so->so_tc_stats[i].txbytes; in sbtoxsockstat_n()
/xnu-12377.1.9/bsd/kern/
H A Duipc_socket2.c842 so->so_tc_stats[SO_STATS_DATA].txbytes += space; in so_update_tx_data_stats()
853 sb->sb_so->so_tc_stats[SO_STATS_DATA].txbytes += space; in sb_update_data_stats()
865 sb->sb_so->so_tc_stats[SO_STATS_SBNOSPACE].txbytes += space; in sb_update_no_space_stats()
/xnu-12377.1.9/bsd/sys/
H A Dsocketvar.h120 u_int64_t txbytes; member
/xnu-12377.1.9/bsd/net/
H A Dntstat.h1732 u_int64_t txbytes; member
H A Dntstat.c1986 uint64_t txbytes = 0; in nstat_inp_bluetooth_counts() local
1988 txbytes = os_atomic_load(&inp->inp_mstat.ms_bluetooth.ts_txbytes, relaxed); in nstat_inp_bluetooth_counts()
1990 if ((rxbytes == 0) && (txbytes == 0)) { in nstat_inp_bluetooth_counts()
7957 indicators->np_recentflows_txbytes += digest.txbytes; in progress_indicators_for_interface()
8200 xst->xst_tc_stats[0].txbytes = flow_data->counts.nstat_txbytes; in nstat_userland_to_xsockstat_n()
H A Dnecp_client.c1365 sf->sf_obytes = flow_stats.txbytes; in necp_client_collect_aop_flow_stats()
1405 diff_n_update(txbytes); in necp_client_collect_nexus_flow_stats()
6838 digestp->txbytes = tcpstats->necp_tcp_counts.necp_stat_txbytes; in necp_request_nexus_tcp_netstats()
7060 digestp->txbytes = tcpi->tcpi_txbytes; in necp_request_aop_tcp_netstats()
7429 digestp->txbytes = quicstats->necp_quic_counts.necp_stat_txbytes; in necp_request_quic_netstats()