Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_timer.c433 u_int32_t tcps_mptcp_cell_proxy; member
2715 tcp_cumulative_stat(tcpstat.tcps_mptcp_cell_proxy, in tcp_report_stats()
2716 &prev.tcps_mptcp_cell_proxy, &stat.mptcp_cell_proxy); in tcp_report_stats()
H A Dtcp_var.h1466 …u_int32_t tcps_mptcp_cell_proxy; /* Total number of new subflows that fell back to … member
H A Dmptcp_subr.c4198 tcpstat.tcps_mptcp_cell_proxy++; in mptcp_subflow_connected_ev()