Searched refs:mycellbytes (Results 1 – 1 of 1) sorted by relevance
525 int64_t mycellbytes = 0; in mptcpstats_get_bytes() local531 mycellbytes += mpte->mpte_itfstats[i].mpis_txbytes; in mptcpstats_get_bytes()532 mycellbytes += mpte->mpte_itfstats[i].mpis_rxbytes; in mptcpstats_get_bytes()540 mycellbytes -= mpte->mpte_init_txbytes; in mptcpstats_get_bytes()541 mycellbytes -= mpte->mpte_init_rxbytes; in mptcpstats_get_bytes()544 if (mycellbytes < 0) { in mptcpstats_get_bytes()546 __func__, (unsigned long)VM_KERNEL_ADDRPERM(mpte), mycellbytes); in mptcpstats_get_bytes()550 *cellbytes = mycellbytes; in mptcpstats_get_bytes()