Lines Matching refs:cellbytes
338 uint64_t *cellbytes, uint64_t *allbytes) in mptcpstats_get_bytes() argument
362 *cellbytes = 0; in mptcpstats_get_bytes()
365 *cellbytes = mycellbytes; in mptcpstats_get_bytes()
412 uint64_t cellbytes; in mptcpstats_session_wrapup() local
415 mptcpstats_get_bytes(mpte, cell, &cellbytes, &allbytes); in mptcpstats_session_wrapup()
417 tcpstat.tcps_mptcp_handover_cell_bytes += cellbytes; in mptcpstats_session_wrapup()
445 uint64_t cellbytes; in mptcpstats_session_wrapup() local
448 mptcpstats_get_bytes(mpte, cell, &cellbytes, &allbytes); in mptcpstats_session_wrapup()
450 tcpstat.tcps_mptcp_interactive_cell_bytes += cellbytes; in mptcpstats_session_wrapup()
470 uint64_t cellbytes; in mptcpstats_session_wrapup() local
473 mptcpstats_get_bytes(mpte, cell, &cellbytes, &allbytes); in mptcpstats_session_wrapup()
475 tcpstat.tcps_mptcp_aggregate_cell_bytes += cellbytes; in mptcpstats_session_wrapup()