Home
last modified time | relevance | path

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

/xnu-11215/bsd/netinet/
H A Dtcp_private.h397 uint64_t mpis_cell_rxbytes __attribute__((aligned(8))); member
H A Dmptcp_usrreq.c782 stats->mpis_cell_rxbytes; in mptcp_getconninfo()
1972 ti->tcpi_cell_rxbytes += stats->mpis_cell_rxbytes; in mptcp_fill_info_bytestats()
H A Dmptcp_subr.c2711 stats[index].mpis_cell_rxbytes += inp->inp_cstat->rxbytes; in mptcpstats_update()