Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/netinet/
H A Dmptcp_subr.c334 uint64_t myallbytes = 0; in mptcpstats_get_bytes() local
343 myallbytes += mpte->mpte_itfstats[i].mpis_txbytes; in mptcpstats_get_bytes()
344 myallbytes += mpte->mpte_itfstats[i].mpis_rxbytes; in mptcpstats_get_bytes()
359 *allbytes = myallbytes; in mptcpstats_get_bytes()