Home
last modified time | relevance | path

Searched refs:ms_bluetooth (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.81.4/bsd/netinet/
H A Din_stat.h55 traffic_stats_t ms_bluetooth; member
H A Din_pcb.h309 locked_add_64(&((_inp)->inp_mstat.ms_bluetooth.ts_rxpackets), (_p)); \
310 locked_add_64(&((_inp)->inp_mstat.ms_bluetooth.ts_rxbytes), (_b)); \
311 … in_stat_set_activity_bitmap(&((_inp)->inp_mstat.ms_bluetooth.ts_bitmap), net_uptime()); \
350 locked_add_64(&((_inp)->inp_mstat.ms_bluetooth.ts_txpackets), (_p)); \
351 locked_add_64(&((_inp)->inp_mstat.ms_bluetooth.ts_txbytes), (_b)); \
352 … in_stat_set_activity_bitmap(&((_inp)->inp_mstat.ms_bluetooth.ts_bitmap), net_uptime()); \
/xnu-12377.81.4/bsd/net/
H A Dntstat.c1987 rxbytes = os_atomic_load(&inp->inp_mstat.ms_bluetooth.ts_rxbytes, relaxed); in nstat_inp_bluetooth_counts()
1988 txbytes = os_atomic_load(&inp->inp_mstat.ms_bluetooth.ts_txbytes, relaxed); in nstat_inp_bluetooth_counts()
2005 buf->nstat_rxpackets = os_atomic_load(&inp->inp_mstat.ms_bluetooth.ts_rxpackets, relaxed); in nstat_inp_bluetooth_counts()
2006 buf->nstat_rxbytes = os_atomic_load(&inp->inp_mstat.ms_bluetooth.ts_rxbytes, relaxed); in nstat_inp_bluetooth_counts()
2007 buf->nstat_txpackets = os_atomic_load(&inp->inp_mstat.ms_bluetooth.ts_txpackets, relaxed); in nstat_inp_bluetooth_counts()
2008 buf->nstat_txbytes = os_atomic_load(&inp->inp_mstat.ms_bluetooth.ts_txbytes, relaxed); in nstat_inp_bluetooth_counts()
2557 (inp->inp_mstat.ms_bluetooth.ts_rxbytes || inp->inp_mstat.ms_bluetooth.ts_txbytes)) { in nstat_tcpudp_reporting_allowed()
H A Dnecp_client.c6533 ts = &media_stats->ms_bluetooth; in media_stats_embedded_ts()