Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dnecp_client.c1363 sf->sf_ibytes = flow_stats.rxbytes; in necp_client_collect_aop_flow_stats()
6594 bt_counts->nstat_rxbytes = sf->sf_ibytes; in necp_find_extension_info()
6846 countsp->nstat_cell_rxbytes = sf->sf_ibytes; in necp_request_nexus_tcp_netstats()
6849 countsp->nstat_wifi_rxbytes = sf->sf_ibytes; in necp_request_nexus_tcp_netstats()
6852 countsp->nstat_wired_rxbytes = sf->sf_ibytes; in necp_request_nexus_tcp_netstats()
6879 ts->ts_rxbytes = sf->sf_ibytes; in necp_request_nexus_tcp_netstats()
7064 countsp->nstat_cell_rxbytes = sf->sf_ibytes; in necp_request_aop_tcp_netstats()
7067 countsp->nstat_wifi_rxbytes = sf->sf_ibytes; in necp_request_aop_tcp_netstats()
7070 countsp->nstat_wired_rxbytes = sf->sf_ibytes; in necp_request_aop_tcp_netstats()
7093 ts->ts_rxbytes = sf->sf_ibytes; in necp_request_aop_tcp_netstats()
[all …]
/xnu-12377.41.6/bsd/skywalk/
H A Dos_stats_private.h1363 #define sf_ibytes sf_rtrack.sft_bytes macro