Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Dmptcp.c154 SYSCTL_INT(_net_inet_mptcp, OID_AUTO, rto_thresh, CTLFLAG_RW | CTLFLAG_LOCKED,
959 int rto_thresh = mptcp_rtothresh; in mptcp_get_subflow() local
965 rto_thresh /= 2; in mptcp_get_subflow()
982 besttp->t_rxtcur >= rto_thresh && in mptcp_get_subflow()
983 secondtp->t_rxtcur < rto_thresh) { in mptcp_get_subflow()