Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dnecp_client.c1366 sf->sf_opackets = flow_stats.txpkts; in necp_client_collect_aop_flow_stats()
6844 countsp->nstat_txpackets = sf->sf_opackets; in necp_request_nexus_tcp_netstats()
6878 ts->ts_txpackets = sf->sf_opackets; in necp_request_nexus_tcp_netstats()
7062 countsp->nstat_txpackets = sf->sf_opackets; in necp_request_aop_tcp_netstats()
7092 ts->ts_txpackets = sf->sf_opackets; in necp_request_aop_tcp_netstats()
7249 countsp->nstat_txpackets = sf->sf_opackets; in necp_request_udp_netstats()
7283 ts->ts_txpackets = sf->sf_opackets; in necp_request_udp_netstats()
7433 countsp->nstat_txpackets = sf->sf_opackets; in necp_request_quic_netstats()
7467 ts->ts_txpackets = sf->sf_opackets; in necp_request_quic_netstats()
/xnu-12377.61.12/bsd/skywalk/
H A Dos_stats_private.h1361 #define sf_opackets sf_ltrack.sft_packets macro