Lines Matching refs:allbytes
334 uint64_t *cellbytes, uint64_t *allbytes) in mptcpstats_get_bytes() argument
359 *allbytes = 0; in mptcpstats_get_bytes()
362 *allbytes = myallbytes; in mptcpstats_get_bytes()
409 uint64_t allbytes; in mptcpstats_session_wrapup() local
411 mptcpstats_get_bytes(mpte, cell, &cellbytes, &allbytes); in mptcpstats_session_wrapup()
414 tcpstat.tcps_mptcp_handover_all_bytes += allbytes; in mptcpstats_session_wrapup()
442 uint64_t allbytes; in mptcpstats_session_wrapup() local
444 mptcpstats_get_bytes(mpte, cell, &cellbytes, &allbytes); in mptcpstats_session_wrapup()
447 tcpstat.tcps_mptcp_interactive_all_bytes += allbytes; in mptcpstats_session_wrapup()
467 uint64_t allbytes; in mptcpstats_session_wrapup() local
469 mptcpstats_get_bytes(mpte, cell, &cellbytes, &allbytes); in mptcpstats_session_wrapup()
472 tcpstat.tcps_mptcp_aggregate_all_bytes += allbytes; in mptcpstats_session_wrapup()