Lines Matching refs:allbytes
523 uint64_t *cellbytes, uint64_t *allbytes) in mptcpstats_get_bytes() argument
548 *allbytes = 0; in mptcpstats_get_bytes()
551 *allbytes = myallbytes; in mptcpstats_get_bytes()
598 uint64_t allbytes; in mptcpstats_session_wrapup() local
600 mptcpstats_get_bytes(mpte, cell, &cellbytes, &allbytes); in mptcpstats_session_wrapup()
603 tcpstat.tcps_mptcp_handover_all_bytes += allbytes; in mptcpstats_session_wrapup()
631 uint64_t allbytes; in mptcpstats_session_wrapup() local
633 mptcpstats_get_bytes(mpte, cell, &cellbytes, &allbytes); in mptcpstats_session_wrapup()
636 tcpstat.tcps_mptcp_interactive_all_bytes += allbytes; in mptcpstats_session_wrapup()
656 uint64_t allbytes; in mptcpstats_session_wrapup() local
658 mptcpstats_get_bytes(mpte, cell, &cellbytes, &allbytes); in mptcpstats_session_wrapup()
661 tcpstat.tcps_mptcp_aggregate_all_bytes += allbytes; in mptcpstats_session_wrapup()