Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dmptcp.c155 SYSCTL_INT(_net_inet_mptcp, OID_AUTO, rto_thresh, CTLFLAG_RW | CTLFLAG_LOCKED,
962 int rto_thresh = mptcp_rtothresh; in mptcp_get_subflow() local
968 rto_thresh /= 2; in mptcp_get_subflow()
985 besttp->t_rxtcur >= rto_thresh && in mptcp_get_subflow()
986 secondtp->t_rxtcur < rto_thresh) { in mptcp_get_subflow()