Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Dnecp_client.c1364 sf->sf_ibytes = flow_stats.rxbytes; in necp_client_collect_aop_flow_stats()
6625 bt_counts->nstat_rxbytes = sf->sf_ibytes; in necp_find_extension_info()
6877 countsp->nstat_cell_rxbytes = sf->sf_ibytes; in necp_request_nexus_tcp_netstats()
6880 countsp->nstat_wifi_rxbytes = sf->sf_ibytes; in necp_request_nexus_tcp_netstats()
6883 countsp->nstat_wired_rxbytes = sf->sf_ibytes; in necp_request_nexus_tcp_netstats()
6910 ts->ts_rxbytes = sf->sf_ibytes; in necp_request_nexus_tcp_netstats()
7095 countsp->nstat_cell_rxbytes = sf->sf_ibytes; in necp_request_aop_tcp_netstats()
7098 countsp->nstat_wifi_rxbytes = sf->sf_ibytes; in necp_request_aop_tcp_netstats()
7101 countsp->nstat_wired_rxbytes = sf->sf_ibytes; in necp_request_aop_tcp_netstats()
7124 ts->ts_rxbytes = sf->sf_ibytes; in necp_request_aop_tcp_netstats()
[all …]
/xnu-12377.1.9/bsd/skywalk/
H A Dos_stats_private.h1359 #define sf_ibytes sf_rtrack.sft_bytes macro