Lines Matching refs:cellbytes
333 uint64_t *cellbytes, uint64_t *allbytes) in mptcpstats_get_bytes() argument
357 *cellbytes = 0; in mptcpstats_get_bytes()
360 *cellbytes = mycellbytes; in mptcpstats_get_bytes()
407 uint64_t cellbytes; in mptcpstats_session_wrapup() local
410 mptcpstats_get_bytes(mpte, cell, &cellbytes, &allbytes); in mptcpstats_session_wrapup()
412 tcpstat.tcps_mptcp_handover_cell_bytes += cellbytes; in mptcpstats_session_wrapup()
440 uint64_t cellbytes; in mptcpstats_session_wrapup() local
443 mptcpstats_get_bytes(mpte, cell, &cellbytes, &allbytes); in mptcpstats_session_wrapup()
445 tcpstat.tcps_mptcp_interactive_cell_bytes += cellbytes; in mptcpstats_session_wrapup()
465 uint64_t cellbytes; in mptcpstats_session_wrapup() local
468 mptcpstats_get_bytes(mpte, cell, &cellbytes, &allbytes); in mptcpstats_session_wrapup()
470 tcpstat.tcps_mptcp_aggregate_cell_bytes += cellbytes; in mptcpstats_session_wrapup()