Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet/
H A Dmptcp_subr.c340 int64_t mycellbytes = 0; in mptcpstats_get_bytes() local
346 mycellbytes += mpte->mpte_itfstats[i].mpis_txbytes; in mptcpstats_get_bytes()
347 mycellbytes += mpte->mpte_itfstats[i].mpis_rxbytes; in mptcpstats_get_bytes()
355 mycellbytes -= mpte->mpte_init_txbytes; in mptcpstats_get_bytes()
356 mycellbytes -= mpte->mpte_init_rxbytes; in mptcpstats_get_bytes()
359 if (mycellbytes < 0) { in mptcpstats_get_bytes()
361 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mpte), mycellbytes); in mptcpstats_get_bytes()
365 *cellbytes = mycellbytes; in mptcpstats_get_bytes()