Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dnecp_client.c1364 sf->sf_obytes = flow_stats.txbytes; in necp_client_collect_aop_flow_stats()
6595 bt_counts->nstat_txbytes = sf->sf_obytes; in necp_find_extension_info()
6847 countsp->nstat_cell_txbytes = sf->sf_obytes; in necp_request_nexus_tcp_netstats()
6850 countsp->nstat_wifi_txbytes = sf->sf_obytes; in necp_request_nexus_tcp_netstats()
6853 countsp->nstat_wired_txbytes = sf->sf_obytes; in necp_request_nexus_tcp_netstats()
6880 ts->ts_txbytes = sf->sf_obytes; in necp_request_nexus_tcp_netstats()
7065 countsp->nstat_cell_txbytes = sf->sf_obytes; in necp_request_aop_tcp_netstats()
7068 countsp->nstat_wifi_txbytes = sf->sf_obytes; in necp_request_aop_tcp_netstats()
7071 countsp->nstat_wired_txbytes = sf->sf_obytes; in necp_request_aop_tcp_netstats()
7094 ts->ts_txbytes = sf->sf_obytes; in necp_request_aop_tcp_netstats()
[all …]
/xnu-12377.41.6/bsd/skywalk/
H A Dos_stats_private.h1360 #define sf_obytes sf_ltrack.sft_bytes macro