Home
last modified time | relevance | path

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

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