Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/kern/
H A Dsocket_flows.c965 countsp->nstat_txpackets = hash_entry->soflow_txpackets; in soflow_nstat_provider_request_vals()
970 …countsp->nstat_rxpackets, countsp->nstat_rxbytes, countsp->nstat_txpackets, countsp->nstat_txbytes… in soflow_nstat_provider_request_vals()
/xnu-8792.41.9/bsd/net/
H A Dntstat.c709 atomic_get_64(out_counts->nstat_txpackets, &rt_stats->nstat_txpackets); in nstat_route_counts()
1005 OSAddAtomic64((SInt64)packets, (SInt64*)&stats->nstat_txpackets); in nstat_route_tx()
1112 OSAddAtomic64((SInt64)tx_packets, (SInt64*)&stats->nstat_txpackets); in nstat_route_update()
1404 atomic_get_64(out_counts->nstat_txpackets, &inp->inp_stat->txpackets); in nstat_tcp_counts()
1952 atomic_get_64(out_counts->nstat_txpackets, &inp->inp_stat->txpackets); in nstat_udp_counts()
3648 out_counts->nstat_txpackets = ifp->if_opackets; in nstat_ifnet_counts()
7195 xst->xst_tc_stats[0].txpackets = flow_data->counts.nstat_txpackets; in nstat_userland_to_xsockstat_n()
H A Dntstat.h73 u_int64_t nstat_txpackets __attribute__((aligned(sizeof(u_int64_t)))); member
H A Dnecp_client.c6291 countsp->nstat_txpackets = sf->sf_opackets; in necp_request_tcp_netstats()
6432 countsp->nstat_txpackets = sf->sf_opackets; in necp_request_udp_netstats()
6571 countsp->nstat_txpackets = sf->sf_opackets; in necp_request_quic_netstats()
9790 atomic_get_64(route_stats.necp_stat_txpackets, &rt_stats->nstat_txpackets); in necp_client_copy_route_statistics()