Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Dnecp_client.c1367 sf->sf_opackets = flow_stats.txpkts; in necp_client_collect_aop_flow_stats()
6875 countsp->nstat_txpackets = sf->sf_opackets; in necp_request_nexus_tcp_netstats()
6909 ts->ts_txpackets = sf->sf_opackets; in necp_request_nexus_tcp_netstats()
7093 countsp->nstat_txpackets = sf->sf_opackets; in necp_request_aop_tcp_netstats()
7123 ts->ts_txpackets = sf->sf_opackets; in necp_request_aop_tcp_netstats()
7280 countsp->nstat_txpackets = sf->sf_opackets; in necp_request_udp_netstats()
7314 ts->ts_txpackets = sf->sf_opackets; in necp_request_udp_netstats()
7464 countsp->nstat_txpackets = sf->sf_opackets; in necp_request_quic_netstats()
7498 ts->ts_txpackets = sf->sf_opackets; in necp_request_quic_netstats()
/xnu-12377.1.9/bsd/skywalk/
H A Dos_stats_private.h1357 #define sf_opackets sf_ltrack.sft_packets macro