Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Dnecp_client.c1366 sf->sf_ipackets = flow_stats.rxpkts; in necp_client_collect_aop_flow_stats()
6874 countsp->nstat_rxpackets = sf->sf_ipackets; in necp_request_nexus_tcp_netstats()
6908 ts->ts_rxpackets = sf->sf_ipackets; in necp_request_nexus_tcp_netstats()
7092 countsp->nstat_rxpackets = sf->sf_ipackets; in necp_request_aop_tcp_netstats()
7122 ts->ts_rxpackets = sf->sf_ipackets; in necp_request_aop_tcp_netstats()
7279 countsp->nstat_rxpackets = sf->sf_ipackets; in necp_request_udp_netstats()
7313 ts->ts_rxpackets = sf->sf_ipackets; in necp_request_udp_netstats()
7463 countsp->nstat_rxpackets = sf->sf_ipackets; in necp_request_quic_netstats()
7497 ts->ts_rxpackets = sf->sf_ipackets; in necp_request_quic_netstats()
/xnu-12377.1.9/bsd/skywalk/
H A Dos_stats_private.h1360 #define sf_ipackets sf_rtrack.sft_packets macro