Searched refs:nstat_rxpackets (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.61.12/bsd/net/ |
| H A D | ntstat.h | 74 u_int64_t nstat_rxpackets __attribute__((aligned(sizeof(u_int64_t)))); member 434 u_int64_t nstat_rxpackets; member
|
| H A D | ntstat.c | 1358 out_counts->nstat_rxpackets = os_atomic_load(&rt_stats->nstat_rxpackets, relaxed); in nstat_route_counts() 1688 OSAddAtomic64((SInt64)packets, (SInt64*)&stats->nstat_rxpackets); in nstat_route_rx() 1778 OSAddAtomic64((SInt64)rx_packets, (SInt64*)&stats->nstat_rxpackets); in nstat_route_update() 2005 buf->nstat_rxpackets = os_atomic_load(&inp->inp_mstat.ms_bluetooth.ts_rxpackets, relaxed); in nstat_inp_bluetooth_counts() 2064 out_counts->nstat_rxpackets = os_atomic_load(&inp->inp_mstat.ms_total.ts_rxpackets, relaxed); in nstat_tcp_counts() 2694 out_counts->nstat_rxpackets = os_atomic_load(&inp->inp_mstat.ms_total.ts_rxpackets, relaxed); in nstat_udp_counts() 4384 out_counts->nstat_rxpackets = ifp->if_ipackets; in nstat_ifnet_counts() 8197 xst->xst_tc_stats[0].rxpackets = flow_data->counts.nstat_rxpackets; in nstat_userland_to_xsockstat_n()
|
| H A D | necp_client.c | 6843 countsp->nstat_rxpackets = sf->sf_ipackets; in necp_request_nexus_tcp_netstats() 7061 countsp->nstat_rxpackets = sf->sf_ipackets; in necp_request_aop_tcp_netstats() 7248 countsp->nstat_rxpackets = sf->sf_ipackets; in necp_request_udp_netstats() 7432 countsp->nstat_rxpackets = sf->sf_ipackets; in necp_request_quic_netstats() 11120 route_stats.necp_stat_rxpackets = os_atomic_load(&rt_stats->nstat_rxpackets, relaxed); in necp_client_copy_route_statistics()
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | socket_flows.c | 979 countsp->nstat_rxpackets = hash_entry->soflow_rxpackets; 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()
|