Home
last modified time | relevance | path

Searched refs:necp_stat_txpackets (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.81.4/bsd/net/
H A Dnecp.h422 u_int64_t necp_stat_txpackets __attribute__((aligned(8))); member
H A Dnecp_client.c1320 prev_tcpstats->necp_stat_txpackets == tcpi->tcpi_txpackets) { in necp_client_collect_aop_flow_stats()
1327 uint32_t d_txpackets = tcpi->tcpi_txpackets - prev_tcpstats->necp_stat_txpackets; in necp_client_collect_aop_flow_stats()
1328 prev_tcpstats->necp_stat_txpackets += d_txpackets; in necp_client_collect_aop_flow_stats()
6872 …d_countsp->nstat_media_stats.ms_total.ts_txpackets = tcpstats->necp_tcp_counts.necp_stat_txpackets; in necp_request_nexus_tcp_netstats()
7277 …d_countsp->nstat_media_stats.ms_total.ts_txpackets = udpstats->necp_udp_counts.necp_stat_txpackets; in necp_request_udp_netstats()
7461 …countsp->nstat_media_stats.ms_total.ts_txpackets = quicstats->necp_quic_counts.necp_stat_txpackets; in necp_request_quic_netstats()
11139 route_stats.necp_stat_txpackets = os_atomic_load(&rt_stats->nstat_txpackets, relaxed); in necp_client_copy_route_statistics()