Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/ !
H A Dnecp_client.c1370 sf->sf_ipackets = flow_stats.rxpkts; in necp_client_collect_aop_flow_stats()
6854 countsp->nstat_rxpackets = sf->sf_ipackets; in necp_request_nexus_tcp_netstats()
6888 ts->ts_rxpackets = sf->sf_ipackets; in necp_request_nexus_tcp_netstats()
7072 countsp->nstat_rxpackets = sf->sf_ipackets; in necp_request_aop_tcp_netstats()
7102 ts->ts_rxpackets = sf->sf_ipackets; in necp_request_aop_tcp_netstats()
7259 countsp->nstat_rxpackets = sf->sf_ipackets; in necp_request_udp_netstats()
7293 ts->ts_rxpackets = sf->sf_ipackets; in necp_request_udp_netstats()
7443 countsp->nstat_rxpackets = sf->sf_ipackets; in necp_request_quic_netstats()
7477 ts->ts_rxpackets = sf->sf_ipackets; in necp_request_quic_netstats()
/xnu-12377.81.4/bsd/skywalk/ !
H A Dos_stats_private.h1364 #define sf_ipackets sf_rtrack.sft_packets macro