Searched refs:ProbeTime (Results 1 – 4 of 4) sorted by relevance
392 Tcb->ProbeTime = Tcb->Rto; in TcpSetProbeTimer()396 Tcb->ProbeTime <<= 1; in TcpSetProbeTimer()399 if (Tcb->ProbeTime < TCP_RTO_MIN) { in TcpSetProbeTimer()401 Tcb->ProbeTime = TCP_RTO_MIN; in TcpSetProbeTimer()402 } else if (Tcb->ProbeTime > TCP_RTO_MAX) { in TcpSetProbeTimer()404 Tcb->ProbeTime = TCP_RTO_MAX; in TcpSetProbeTimer()407 TcpSetTimer (Tcb, TCP_TIMER_PROBE, Tcb->ProbeTime); in TcpSetProbeTimer()
208 UINT32 ProbeTime; ///< The time out value for current window prober member
434 Tcb->ProbeTime = Tcb->Rto; in TcpSetProbeTimer()438 Tcb->ProbeTime <<= 1; in TcpSetProbeTimer()441 if (Tcb->ProbeTime < TCP_RTO_MIN) { in TcpSetProbeTimer()443 Tcb->ProbeTime = TCP_RTO_MIN; in TcpSetProbeTimer()444 } else if (Tcb->ProbeTime > TCP_RTO_MAX) { in TcpSetProbeTimer()446 Tcb->ProbeTime = TCP_RTO_MAX; in TcpSetProbeTimer()449 TcpSetTimer (Tcb, TCP_TIMER_PROBE, Tcb->ProbeTime); in TcpSetProbeTimer()
285 UINT32 ProbeTime; ///< The time out value for current window prober. member