Home
last modified time | relevance | path

Searched refs:mpis_cell_rxbytes (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.1.9/bsd/netinet/
H A Dtcp_private.h402 uint64_t mpis_cell_rxbytes __attribute__((aligned(8))); member
H A Dmptcp_usrreq.c784 stats->mpis_cell_rxbytes; in mptcp_getconninfo()
1976 ti->tcpi_cell_rxbytes += stats->mpis_cell_rxbytes; in mptcp_fill_info_bytestats()
H A Dmptcp_subr.c2727 stats[index].mpis_cell_rxbytes += inp->inp_mstat.ms_cellular.ts_rxbytes; in mptcpstats_update()