Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dnecp_client.c1365 sf->sf_ipackets = flow_stats.rxpkts; in necp_client_collect_aop_flow_stats()
6843 countsp->nstat_rxpackets = sf->sf_ipackets; in necp_request_nexus_tcp_netstats()
6877 ts->ts_rxpackets = sf->sf_ipackets; in necp_request_nexus_tcp_netstats()
7061 countsp->nstat_rxpackets = sf->sf_ipackets; in necp_request_aop_tcp_netstats()
7091 ts->ts_rxpackets = sf->sf_ipackets; in necp_request_aop_tcp_netstats()
7248 countsp->nstat_rxpackets = sf->sf_ipackets; in necp_request_udp_netstats()
7282 ts->ts_rxpackets = sf->sf_ipackets; in necp_request_udp_netstats()
7432 countsp->nstat_rxpackets = sf->sf_ipackets; in necp_request_quic_netstats()
7466 ts->ts_rxpackets = sf->sf_ipackets; in necp_request_quic_netstats()
/xnu-12377.41.6/bsd/skywalk/
H A Dos_stats_private.h1364 #define sf_ipackets sf_rtrack.sft_packets macro