Home
last modified time | relevance | path

Searched refs:allbytes (Results 1 – 1 of 1) sorted by relevance

/xnu-8792.61.2/bsd/netinet/
H A Dmptcp_subr.c331 uint64_t *cellbytes, uint64_t *allbytes) in mptcpstats_get_bytes() argument
356 *allbytes = 0; in mptcpstats_get_bytes()
359 *allbytes = myallbytes; in mptcpstats_get_bytes()
406 uint64_t allbytes; in mptcpstats_session_wrapup() local
408 mptcpstats_get_bytes(mpte, cell, &cellbytes, &allbytes); in mptcpstats_session_wrapup()
411 tcpstat.tcps_mptcp_handover_all_bytes += allbytes; in mptcpstats_session_wrapup()
439 uint64_t allbytes; in mptcpstats_session_wrapup() local
441 mptcpstats_get_bytes(mpte, cell, &cellbytes, &allbytes); in mptcpstats_session_wrapup()
444 tcpstat.tcps_mptcp_interactive_all_bytes += allbytes; in mptcpstats_session_wrapup()
464 uint64_t allbytes; in mptcpstats_session_wrapup() local
[all …]