Lines Matching refs:cellbytes
334 uint64_t *cellbytes, uint64_t *allbytes) in mptcpstats_get_bytes() argument
358 *cellbytes = 0; in mptcpstats_get_bytes()
361 *cellbytes = mycellbytes; in mptcpstats_get_bytes()
408 uint64_t cellbytes; in mptcpstats_session_wrapup() local
411 mptcpstats_get_bytes(mpte, cell, &cellbytes, &allbytes); in mptcpstats_session_wrapup()
413 tcpstat.tcps_mptcp_handover_cell_bytes += cellbytes; in mptcpstats_session_wrapup()
441 uint64_t cellbytes; in mptcpstats_session_wrapup() local
444 mptcpstats_get_bytes(mpte, cell, &cellbytes, &allbytes); in mptcpstats_session_wrapup()
446 tcpstat.tcps_mptcp_interactive_cell_bytes += cellbytes; in mptcpstats_session_wrapup()
466 uint64_t cellbytes; in mptcpstats_session_wrapup() local
469 mptcpstats_get_bytes(mpte, cell, &cellbytes, &allbytes); in mptcpstats_session_wrapup()
471 tcpstat.tcps_mptcp_aggregate_cell_bytes += cellbytes; in mptcpstats_session_wrapup()