Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/kern/
H A Dsocket_flows.c969 countsp->nstat_txpackets = hash_entry->soflow_txpackets; 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-10063.141.1/bsd/net/
H A Dntstat.c764 out_counts->nstat_txpackets = os_atomic_load(&rt_stats->nstat_txpackets, relaxed); in nstat_route_counts()
1072 OSAddAtomic64((SInt64)packets, (SInt64*)&stats->nstat_txpackets); in nstat_route_tx()
1179 OSAddAtomic64((SInt64)tx_packets, (SInt64*)&stats->nstat_txpackets); in nstat_route_update()
1398 out_counts->nstat_txpackets = os_atomic_load(&inp->inp_stat->txpackets, relaxed); in nstat_tcp_counts()
1981 out_counts->nstat_txpackets = os_atomic_load(&inp->inp_stat->txpackets, relaxed); in nstat_udp_counts()
3697 out_counts->nstat_txpackets = ifp->if_opackets; in nstat_ifnet_counts()
7238 xst->xst_tc_stats[0].txpackets = flow_data->counts.nstat_txpackets; in nstat_userland_to_xsockstat_n()
H A Dntstat.h75 u_int64_t nstat_txpackets __attribute__((aligned(sizeof(u_int64_t)))); member
H A Dnecp_client.c6452 countsp->nstat_txpackets = sf->sf_opackets; in necp_request_tcp_netstats()
6599 countsp->nstat_txpackets = sf->sf_opackets; in necp_request_udp_netstats()
6749 countsp->nstat_txpackets = sf->sf_opackets; in necp_request_quic_netstats()
10099 route_stats.necp_stat_txpackets = os_atomic_load(&rt_stats->nstat_txpackets, relaxed); in necp_client_copy_route_statistics()