Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_timer.c436 u_int32_t tcps_mptcp_cell_proxy; member
2731 tcp_cumulative_stat(tcpstat.tcps_mptcp_cell_proxy, in tcp_report_stats()
2732 &prev.tcps_mptcp_cell_proxy, &stat.mptcp_cell_proxy); in tcp_report_stats()
H A Dtcp_var.h1467 …u_int32_t tcps_mptcp_cell_proxy; /* Total number of new subflows that fell back to … member
H A Dmptcp_subr.c4190 tcpstat.tcps_mptcp_cell_proxy++; in mptcp_subflow_connected_ev()