Searched refs:nstat_txpackets (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.41.6/bsd/net/ |
| H A D | ntstat.h | 76 u_int64_t nstat_txpackets __attribute__((aligned(sizeof(u_int64_t)))); member 436 u_int64_t nstat_txpackets; member
|
| H A D | ntstat.c | 1360 out_counts->nstat_txpackets = os_atomic_load(&rt_stats->nstat_txpackets, relaxed); in nstat_route_counts() 1668 OSAddAtomic64((SInt64)packets, (SInt64*)&stats->nstat_txpackets); in nstat_route_tx() 1775 OSAddAtomic64((SInt64)tx_packets, (SInt64*)&stats->nstat_txpackets); in nstat_route_update() 2007 buf->nstat_txpackets = os_atomic_load(&inp->inp_mstat.ms_bluetooth.ts_txpackets, relaxed); in nstat_inp_bluetooth_counts() 2066 out_counts->nstat_txpackets = os_atomic_load(&inp->inp_mstat.ms_total.ts_txpackets, relaxed); in nstat_tcp_counts() 2696 out_counts->nstat_txpackets = os_atomic_load(&inp->inp_mstat.ms_total.ts_txpackets, relaxed); in nstat_udp_counts() 4386 out_counts->nstat_txpackets = ifp->if_opackets; in nstat_ifnet_counts() 8199 xst->xst_tc_stats[0].txpackets = flow_data->counts.nstat_txpackets; in nstat_userland_to_xsockstat_n()
|
| H A D | necp_client.c | 6844 countsp->nstat_txpackets = sf->sf_opackets; in necp_request_nexus_tcp_netstats() 7062 countsp->nstat_txpackets = sf->sf_opackets; in necp_request_aop_tcp_netstats() 7249 countsp->nstat_txpackets = sf->sf_opackets; in necp_request_udp_netstats() 7433 countsp->nstat_txpackets = sf->sf_opackets; in necp_request_quic_netstats() 11122 route_stats.necp_stat_txpackets = os_atomic_load(&rt_stats->nstat_txpackets, relaxed); in necp_client_copy_route_statistics()
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | socket_flows.c | 981 countsp->nstat_txpackets = hash_entry->soflow_txpackets; in soflow_nstat_provider_request_vals() 986 …countsp->nstat_rxpackets, countsp->nstat_rxbytes, countsp->nstat_txpackets, countsp->nstat_txbytes… in soflow_nstat_provider_request_vals()
|