Searched refs:cellbytes (Results 1 – 1 of 1) sorted by relevance
523 uint64_t *cellbytes, uint64_t *allbytes) in mptcpstats_get_bytes() argument547 *cellbytes = 0; in mptcpstats_get_bytes()550 *cellbytes = mycellbytes; in mptcpstats_get_bytes()597 uint64_t cellbytes; in mptcpstats_session_wrapup() local600 mptcpstats_get_bytes(mpte, cell, &cellbytes, &allbytes); in mptcpstats_session_wrapup()602 tcpstat.tcps_mptcp_handover_cell_bytes += cellbytes; in mptcpstats_session_wrapup()630 uint64_t cellbytes; in mptcpstats_session_wrapup() local633 mptcpstats_get_bytes(mpte, cell, &cellbytes, &allbytes); in mptcpstats_session_wrapup()635 tcpstat.tcps_mptcp_interactive_cell_bytes += cellbytes; in mptcpstats_session_wrapup()655 uint64_t cellbytes; in mptcpstats_session_wrapup() local[all …]