Lines Matching refs:allbytes
338 uint64_t *cellbytes, uint64_t *allbytes) in mptcpstats_get_bytes() argument
363 *allbytes = 0; in mptcpstats_get_bytes()
366 *allbytes = myallbytes; in mptcpstats_get_bytes()
413 uint64_t allbytes; in mptcpstats_session_wrapup() local
415 mptcpstats_get_bytes(mpte, cell, &cellbytes, &allbytes); in mptcpstats_session_wrapup()
418 tcpstat.tcps_mptcp_handover_all_bytes += allbytes; in mptcpstats_session_wrapup()
446 uint64_t allbytes; in mptcpstats_session_wrapup() local
448 mptcpstats_get_bytes(mpte, cell, &cellbytes, &allbytes); in mptcpstats_session_wrapup()
451 tcpstat.tcps_mptcp_interactive_all_bytes += allbytes; in mptcpstats_session_wrapup()
471 uint64_t allbytes; in mptcpstats_session_wrapup() local
473 mptcpstats_get_bytes(mpte, cell, &cellbytes, &allbytes); in mptcpstats_session_wrapup()
476 tcpstat.tcps_mptcp_aggregate_all_bytes += allbytes; in mptcpstats_session_wrapup()