Searched refs:allbytes (Results 1 – 1 of 1) sorted by relevance
333 uint64_t *cellbytes, uint64_t *allbytes) in mptcpstats_get_bytes() argument358 *allbytes = 0; in mptcpstats_get_bytes()361 *allbytes = myallbytes; in mptcpstats_get_bytes()408 uint64_t allbytes; in mptcpstats_session_wrapup() local410 mptcpstats_get_bytes(mpte, cell, &cellbytes, &allbytes); in mptcpstats_session_wrapup()413 tcpstat.tcps_mptcp_handover_all_bytes += allbytes; in mptcpstats_session_wrapup()441 uint64_t allbytes; in mptcpstats_session_wrapup() local443 mptcpstats_get_bytes(mpte, cell, &cellbytes, &allbytes); in mptcpstats_session_wrapup()446 tcpstat.tcps_mptcp_interactive_all_bytes += allbytes; in mptcpstats_session_wrapup()466 uint64_t allbytes; in mptcpstats_session_wrapup() local[all …]