Home
last modified time | relevance | path

Searched refs:nstat_rxpackets (Results 1 – 4 of 4) sorted by relevance

/xnu-8796.141.3/bsd/kern/
H A Dsocket_flows.c967 countsp->nstat_rxpackets = hash_entry->soflow_rxpackets; in soflow_nstat_provider_request_vals()
974 …countsp->nstat_rxpackets, countsp->nstat_rxbytes, countsp->nstat_txpackets, countsp->nstat_txbytes… in soflow_nstat_provider_request_vals()
/xnu-8796.141.3/bsd/net/
H A Dntstat.c740 atomic_get_64(out_counts->nstat_rxpackets, &rt_stats->nstat_rxpackets); in nstat_route_counts()
1070 OSAddAtomic64((SInt64)packets, (SInt64*)&stats->nstat_rxpackets); in nstat_route_rx()
1160 OSAddAtomic64((SInt64)rx_packets, (SInt64*)&stats->nstat_rxpackets); in nstat_route_update()
1374 atomic_get_64(out_counts->nstat_rxpackets, &inp->inp_stat->rxpackets); in nstat_tcp_counts()
1923 atomic_get_64(out_counts->nstat_rxpackets, &inp->inp_stat->rxpackets); in nstat_udp_counts()
3619 out_counts->nstat_rxpackets = ifp->if_ipackets; in nstat_ifnet_counts()
7197 xst->xst_tc_stats[0].rxpackets = flow_data->counts.nstat_rxpackets; in nstat_userland_to_xsockstat_n()
H A Dntstat.h71 u_int64_t nstat_rxpackets __attribute__((aligned(sizeof(u_int64_t)))); member
H A Dnecp_client.c6267 countsp->nstat_rxpackets = sf->sf_ipackets; in necp_request_tcp_netstats()
6408 countsp->nstat_rxpackets = sf->sf_ipackets; in necp_request_udp_netstats()
6547 countsp->nstat_rxpackets = sf->sf_ipackets; in necp_request_quic_netstats()
9789 atomic_get_64(route_stats.necp_stat_rxpackets, &rt_stats->nstat_rxpackets); in necp_client_copy_route_statistics()