Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Dnecp_client.c1371 sf->sf_opackets = flow_stats.txpkts; in necp_client_collect_aop_flow_stats()
6855 countsp->nstat_txpackets = sf->sf_opackets; in necp_request_nexus_tcp_netstats()
6889 ts->ts_txpackets = sf->sf_opackets; in necp_request_nexus_tcp_netstats()
7073 countsp->nstat_txpackets = sf->sf_opackets; in necp_request_aop_tcp_netstats()
7103 ts->ts_txpackets = sf->sf_opackets; in necp_request_aop_tcp_netstats()
7260 countsp->nstat_txpackets = sf->sf_opackets; in necp_request_udp_netstats()
7294 ts->ts_txpackets = sf->sf_opackets; in necp_request_udp_netstats()
7444 countsp->nstat_txpackets = sf->sf_opackets; in necp_request_quic_netstats()
7478 ts->ts_txpackets = sf->sf_opackets; in necp_request_quic_netstats()
/xnu-12377.81.4/bsd/skywalk/
H A Dos_stats_private.h1361 #define sf_opackets sf_ltrack.sft_packets macro