Home
last modified time | relevance | path

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

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