Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/netinet/
H A Dmptcp_subr.c336 uint64_t myallbytes = 0; in mptcpstats_get_bytes() local
345 myallbytes += mpte->mpte_itfstats[i].mpis_txbytes; in mptcpstats_get_bytes()
346 myallbytes += mpte->mpte_itfstats[i].mpis_rxbytes; in mptcpstats_get_bytes()
361 *allbytes = myallbytes; in mptcpstats_get_bytes()