Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_timer.c428 u_int64_t tcps_mptcp_handover_cell_bytes; member
2715 tcp_cumulative_stat64(tcpstat.tcps_mptcp_handover_cell_bytes, in tcp_report_stats()
2716 &prev.tcps_mptcp_handover_cell_bytes, &stat.mptcp_handover_cell_bytes); in tcp_report_stats()
H A Dtcp_var.h1459 …u_int64_t tcps_mptcp_handover_cell_bytes; /* Total number of bytes sent on cell in h… member
H A Dmptcp_subr.c417 tcpstat.tcps_mptcp_handover_cell_bytes += cellbytes; in mptcpstats_session_wrapup()