Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_timer.c431 u_int64_t tcps_mptcp_handover_all_bytes; member
2721 tcp_cumulative_stat64(tcpstat.tcps_mptcp_handover_all_bytes, in tcp_report_stats()
2722 &prev.tcps_mptcp_handover_all_bytes, &stat.mptcp_handover_all_bytes); in tcp_report_stats()
H A Dtcp_var.h1462 …u_int64_t tcps_mptcp_handover_all_bytes; /* Total number of bytes sent in handover … member
H A Dmptcp_subr.c418 tcpstat.tcps_mptcp_handover_all_bytes += allbytes; in mptcpstats_session_wrapup()