Home
last modified time | relevance | path

Searched refs:Rto (Results 1 – 25 of 3027) sorted by relevance

12345678910>>...122

/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/NetworkPkg/TcpDxe/
H A DTcpTimer.c127 Tcb->Rto <<= 1; in TcpBackoffRto()
129 if (Tcb->Rto < TCP_RTO_MIN) { in TcpBackoffRto()
131 Tcb->Rto = TCP_RTO_MIN; in TcpBackoffRto()
132 } else if (Tcb->Rto > TCP_RTO_MAX) { in TcpBackoffRto()
134 Tcb->Rto = TCP_RTO_MAX; in TcpBackoffRto()
225 TcpSetTimer (Tcb, TCP_TIMER_REXMIT, Tcb->Rto); in TcpRexmitTimeout()
428 Tcb->ProbeTime = Tcb->Rto; in TcpSetProbeTimer()
H A DTcpInput.c245 Tcb->Rto = (Tcb->SRtt + MAX (8, 4 * Tcb->RttVar)) >> TCP_RTT_SHIFT; in TcpComputeRtt()
252 if (Tcb->Rto < TCP_RTO_MIN) { in TcpComputeRtt()
253 Tcb->Rto = TCP_RTO_MIN; in TcpComputeRtt()
255 } else if (Tcb->Rto > TCP_RTO_MAX) { in TcpComputeRtt()
256 Tcb->Rto = TCP_RTO_MAX; in TcpComputeRtt()
266 Tcb->Rto) in TcpComputeRtt()
1262 TcpSetTimer (Tcb, TCP_TIMER_REXMIT, Tcb->Rto); in TcpInput()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/NetworkPkg/TcpDxe/
H A DTcpTimer.c127 Tcb->Rto <<= 1; in TcpBackoffRto()
129 if (Tcb->Rto < TCP_RTO_MIN) { in TcpBackoffRto()
131 Tcb->Rto = TCP_RTO_MIN; in TcpBackoffRto()
132 } else if (Tcb->Rto > TCP_RTO_MAX) { in TcpBackoffRto()
134 Tcb->Rto = TCP_RTO_MAX; in TcpBackoffRto()
225 TcpSetTimer (Tcb, TCP_TIMER_REXMIT, Tcb->Rto); in TcpRexmitTimeout()
428 Tcb->ProbeTime = Tcb->Rto; in TcpSetProbeTimer()
H A DTcpInput.c245 Tcb->Rto = (Tcb->SRtt + MAX (8, 4 * Tcb->RttVar)) >> TCP_RTT_SHIFT; in TcpComputeRtt()
252 if (Tcb->Rto < TCP_RTO_MIN) { in TcpComputeRtt()
253 Tcb->Rto = TCP_RTO_MIN; in TcpComputeRtt()
255 } else if (Tcb->Rto > TCP_RTO_MAX) { in TcpComputeRtt()
256 Tcb->Rto = TCP_RTO_MAX; in TcpComputeRtt()
266 Tcb->Rto) in TcpComputeRtt()
1262 TcpSetTimer (Tcb, TCP_TIMER_REXMIT, Tcb->Rto); in TcpInput()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/NetworkPkg/TcpDxe/
H A DTcpTimer.c127 Tcb->Rto <<= 1; in TcpBackoffRto()
129 if (Tcb->Rto < TCP_RTO_MIN) { in TcpBackoffRto()
131 Tcb->Rto = TCP_RTO_MIN; in TcpBackoffRto()
132 } else if (Tcb->Rto > TCP_RTO_MAX) { in TcpBackoffRto()
134 Tcb->Rto = TCP_RTO_MAX; in TcpBackoffRto()
225 TcpSetTimer (Tcb, TCP_TIMER_REXMIT, Tcb->Rto); in TcpRexmitTimeout()
428 Tcb->ProbeTime = Tcb->Rto; in TcpSetProbeTimer()
H A DTcpInput.c245 Tcb->Rto = (Tcb->SRtt + MAX (8, 4 * Tcb->RttVar)) >> TCP_RTT_SHIFT; in TcpComputeRtt()
252 if (Tcb->Rto < TCP_RTO_MIN) { in TcpComputeRtt()
253 Tcb->Rto = TCP_RTO_MIN; in TcpComputeRtt()
255 } else if (Tcb->Rto > TCP_RTO_MAX) { in TcpComputeRtt()
256 Tcb->Rto = TCP_RTO_MAX; in TcpComputeRtt()
266 Tcb->Rto) in TcpComputeRtt()
1262 TcpSetTimer (Tcb, TCP_TIMER_REXMIT, Tcb->Rto); in TcpInput()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/NetworkPkg/TcpDxe/
H A DTcpTimer.c127 Tcb->Rto <<= 1; in TcpBackoffRto()
129 if (Tcb->Rto < TCP_RTO_MIN) { in TcpBackoffRto()
131 Tcb->Rto = TCP_RTO_MIN; in TcpBackoffRto()
132 } else if (Tcb->Rto > TCP_RTO_MAX) { in TcpBackoffRto()
134 Tcb->Rto = TCP_RTO_MAX; in TcpBackoffRto()
225 TcpSetTimer (Tcb, TCP_TIMER_REXMIT, Tcb->Rto); in TcpRexmitTimeout()
428 Tcb->ProbeTime = Tcb->Rto; in TcpSetProbeTimer()
H A DTcpInput.c245 Tcb->Rto = (Tcb->SRtt + MAX (8, 4 * Tcb->RttVar)) >> TCP_RTT_SHIFT; in TcpComputeRtt()
252 if (Tcb->Rto < TCP_RTO_MIN) { in TcpComputeRtt()
253 Tcb->Rto = TCP_RTO_MIN; in TcpComputeRtt()
255 } else if (Tcb->Rto > TCP_RTO_MAX) { in TcpComputeRtt()
256 Tcb->Rto = TCP_RTO_MAX; in TcpComputeRtt()
266 Tcb->Rto) in TcpComputeRtt()
1262 TcpSetTimer (Tcb, TCP_TIMER_REXMIT, Tcb->Rto); in TcpInput()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Timer.c188 TcpSetTimer (Tcb, TCP_TIMER_REXMIT, Tcb->Rto); in TcpRexmitTimeout()
392 Tcb->ProbeTime = Tcb->Rto; in TcpSetProbeTimer()
468 Tcb->Rto <<= 1; in TcpBackoffRto()
470 if (Tcb->Rto < TCP_RTO_MIN) { in TcpBackoffRto()
472 Tcb->Rto = TCP_RTO_MIN; in TcpBackoffRto()
473 } else if (Tcb->Rto > TCP_RTO_MAX) { in TcpBackoffRto()
475 Tcb->Rto = TCP_RTO_MAX; in TcpBackoffRto()
H A DTcp4Input.c231 Tcb->Rto = (Tcb->SRtt + MAX (8, 4 * Tcb->RttVar)) >> TCP_RTT_SHIFT; in TcpComputeRtt()
238 if (Tcb->Rto < TCP_RTO_MIN) { in TcpComputeRtt()
239 Tcb->Rto = TCP_RTO_MIN; in TcpComputeRtt()
241 } else if (Tcb->Rto > TCP_RTO_MAX) { in TcpComputeRtt()
242 Tcb->Rto = TCP_RTO_MAX; in TcpComputeRtt()
248 Tcb, Tcb->SRtt, Tcb->RttVar, Tcb->Rto)); in TcpComputeRtt()
1095 TcpSetTimer (Tcb, TCP_TIMER_REXMIT, Tcb->Rto); in TcpInput()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/NetworkPkg/TcpDxe/
H A DTcpTimer.c133 Tcb->Rto <<= 1; in TcpBackoffRto()
135 if (Tcb->Rto < TCP_RTO_MIN) { in TcpBackoffRto()
137 Tcb->Rto = TCP_RTO_MIN; in TcpBackoffRto()
138 } else if (Tcb->Rto > TCP_RTO_MAX) { in TcpBackoffRto()
140 Tcb->Rto = TCP_RTO_MAX; in TcpBackoffRto()
231 TcpSetTimer (Tcb, TCP_TIMER_REXMIT, Tcb->Rto); in TcpRexmitTimeout()
434 Tcb->ProbeTime = Tcb->Rto; in TcpSetProbeTimer()
H A DTcpInput.c251 Tcb->Rto = (Tcb->SRtt + MAX (8, 4 * Tcb->RttVar)) >> TCP_RTT_SHIFT; in TcpComputeRtt()
258 if (Tcb->Rto < TCP_RTO_MIN) { in TcpComputeRtt()
259 Tcb->Rto = TCP_RTO_MIN; in TcpComputeRtt()
261 } else if (Tcb->Rto > TCP_RTO_MAX) { in TcpComputeRtt()
262 Tcb->Rto = TCP_RTO_MAX; in TcpComputeRtt()
272 Tcb->Rto) in TcpComputeRtt()
1200 TcpSetTimer (Tcb, TCP_TIMER_REXMIT, Tcb->Rto); in TcpInput()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/NetworkPkg/TcpDxe/
H A DTcpTimer.c127 Tcb->Rto <<= 1; in TcpBackoffRto()
129 if (Tcb->Rto < TCP_RTO_MIN) { in TcpBackoffRto()
131 Tcb->Rto = TCP_RTO_MIN; in TcpBackoffRto()
132 } else if (Tcb->Rto > TCP_RTO_MAX) { in TcpBackoffRto()
134 Tcb->Rto = TCP_RTO_MAX; in TcpBackoffRto()
225 TcpSetTimer (Tcb, TCP_TIMER_REXMIT, Tcb->Rto); in TcpRexmitTimeout()
428 Tcb->ProbeTime = Tcb->Rto; in TcpSetProbeTimer()
H A DTcpInput.c245 Tcb->Rto = (Tcb->SRtt + MAX (8, 4 * Tcb->RttVar)) >> TCP_RTT_SHIFT; in TcpComputeRtt()
252 if (Tcb->Rto < TCP_RTO_MIN) { in TcpComputeRtt()
253 Tcb->Rto = TCP_RTO_MIN; in TcpComputeRtt()
255 } else if (Tcb->Rto > TCP_RTO_MAX) { in TcpComputeRtt()
256 Tcb->Rto = TCP_RTO_MAX; in TcpComputeRtt()
266 Tcb->Rto) in TcpComputeRtt()
1262 TcpSetTimer (Tcb, TCP_TIMER_REXMIT, Tcb->Rto); in TcpInput()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/NetworkPkg/TcpDxe/
H A DTcpTimer.c127 Tcb->Rto <<= 1; in TcpBackoffRto()
129 if (Tcb->Rto < TCP_RTO_MIN) { in TcpBackoffRto()
131 Tcb->Rto = TCP_RTO_MIN; in TcpBackoffRto()
132 } else if (Tcb->Rto > TCP_RTO_MAX) { in TcpBackoffRto()
134 Tcb->Rto = TCP_RTO_MAX; in TcpBackoffRto()
225 TcpSetTimer (Tcb, TCP_TIMER_REXMIT, Tcb->Rto); in TcpRexmitTimeout()
428 Tcb->ProbeTime = Tcb->Rto; in TcpSetProbeTimer()
H A DTcpInput.c245 Tcb->Rto = (Tcb->SRtt + MAX (8, 4 * Tcb->RttVar)) >> TCP_RTT_SHIFT; in TcpComputeRtt()
252 if (Tcb->Rto < TCP_RTO_MIN) { in TcpComputeRtt()
253 Tcb->Rto = TCP_RTO_MIN; in TcpComputeRtt()
255 } else if (Tcb->Rto > TCP_RTO_MAX) { in TcpComputeRtt()
256 Tcb->Rto = TCP_RTO_MAX; in TcpComputeRtt()
266 Tcb->Rto) in TcpComputeRtt()
1262 TcpSetTimer (Tcb, TCP_TIMER_REXMIT, Tcb->Rto); in TcpInput()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/NetworkPkg/TcpDxe/
H A DTcpTimer.c127 Tcb->Rto <<= 1; in TcpBackoffRto()
129 if (Tcb->Rto < TCP_RTO_MIN) { in TcpBackoffRto()
131 Tcb->Rto = TCP_RTO_MIN; in TcpBackoffRto()
132 } else if (Tcb->Rto > TCP_RTO_MAX) { in TcpBackoffRto()
134 Tcb->Rto = TCP_RTO_MAX; in TcpBackoffRto()
225 TcpSetTimer (Tcb, TCP_TIMER_REXMIT, Tcb->Rto); in TcpRexmitTimeout()
428 Tcb->ProbeTime = Tcb->Rto; in TcpSetProbeTimer()
H A DTcpInput.c245 Tcb->Rto = (Tcb->SRtt + MAX (8, 4 * Tcb->RttVar)) >> TCP_RTT_SHIFT; in TcpComputeRtt()
252 if (Tcb->Rto < TCP_RTO_MIN) { in TcpComputeRtt()
253 Tcb->Rto = TCP_RTO_MIN; in TcpComputeRtt()
255 } else if (Tcb->Rto > TCP_RTO_MAX) { in TcpComputeRtt()
256 Tcb->Rto = TCP_RTO_MAX; in TcpComputeRtt()
266 Tcb->Rto) in TcpComputeRtt()
1262 TcpSetTimer (Tcb, TCP_TIMER_REXMIT, Tcb->Rto); in TcpInput()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/NetworkPkg/TcpDxe/
H A DTcpTimer.c127 Tcb->Rto <<= 1; in TcpBackoffRto()
129 if (Tcb->Rto < TCP_RTO_MIN) { in TcpBackoffRto()
131 Tcb->Rto = TCP_RTO_MIN; in TcpBackoffRto()
132 } else if (Tcb->Rto > TCP_RTO_MAX) { in TcpBackoffRto()
134 Tcb->Rto = TCP_RTO_MAX; in TcpBackoffRto()
225 TcpSetTimer (Tcb, TCP_TIMER_REXMIT, Tcb->Rto); in TcpRexmitTimeout()
428 Tcb->ProbeTime = Tcb->Rto; in TcpSetProbeTimer()
H A DTcpInput.c245 Tcb->Rto = (Tcb->SRtt + MAX (8, 4 * Tcb->RttVar)) >> TCP_RTT_SHIFT; in TcpComputeRtt()
252 if (Tcb->Rto < TCP_RTO_MIN) { in TcpComputeRtt()
253 Tcb->Rto = TCP_RTO_MIN; in TcpComputeRtt()
255 } else if (Tcb->Rto > TCP_RTO_MAX) { in TcpComputeRtt()
256 Tcb->Rto = TCP_RTO_MAX; in TcpComputeRtt()
266 Tcb->Rto) in TcpComputeRtt()
1262 TcpSetTimer (Tcb, TCP_TIMER_REXMIT, Tcb->Rto); in TcpInput()
/dports/sysutils/edk2/edk2-edk2-stable202102/NetworkPkg/TcpDxe/
H A DTcpTimer.c127 Tcb->Rto <<= 1; in TcpBackoffRto()
129 if (Tcb->Rto < TCP_RTO_MIN) { in TcpBackoffRto()
131 Tcb->Rto = TCP_RTO_MIN; in TcpBackoffRto()
132 } else if (Tcb->Rto > TCP_RTO_MAX) { in TcpBackoffRto()
134 Tcb->Rto = TCP_RTO_MAX; in TcpBackoffRto()
225 TcpSetTimer (Tcb, TCP_TIMER_REXMIT, Tcb->Rto); in TcpRexmitTimeout()
428 Tcb->ProbeTime = Tcb->Rto; in TcpSetProbeTimer()
H A DTcpInput.c245 Tcb->Rto = (Tcb->SRtt + MAX (8, 4 * Tcb->RttVar)) >> TCP_RTT_SHIFT; in TcpComputeRtt()
252 if (Tcb->Rto < TCP_RTO_MIN) { in TcpComputeRtt()
253 Tcb->Rto = TCP_RTO_MIN; in TcpComputeRtt()
255 } else if (Tcb->Rto > TCP_RTO_MAX) { in TcpComputeRtt()
256 Tcb->Rto = TCP_RTO_MAX; in TcpComputeRtt()
266 Tcb->Rto) in TcpComputeRtt()
1262 TcpSetTimer (Tcb, TCP_TIMER_REXMIT, Tcb->Rto); in TcpInput()
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/IntxMesh/
H A DIntx2Mesh.cpp698 std::map<int, Range> Rto; in create_departure_mesh_2nd_alg() local
729 Rto[p].insert(q); in create_departure_mesh_2nd_alg()
741 Range & range_to_P = Rto[p]; in create_departure_mesh_2nd_alg()
767 Range & range_to_P = Rto[to_proc]; in create_departure_mesh_2nd_alg()
844 Range & local=Rto[my_rank]; in create_departure_mesh_2nd_alg()
1006 std::map<int, Range> Rto; in create_departure_mesh_3rd_alg() local
1038 Rto[p].insert(q); in create_departure_mesh_3rd_alg()
1050 Range & range_to_P = Rto[p]; in create_departure_mesh_3rd_alg()
1079 Range & range_to_P = Rto[to_proc]; in create_departure_mesh_3rd_alg()
1169 Range & local = Rto[my_rank]; in create_departure_mesh_3rd_alg()
/dports/net/sctplib/sctplib-1.0.26/sctplib/programs/
H A Dmonitor.c387 unsigned int Rto[SCTP_MAX_NUM_ADDRESSES], HB_Interval[SCTP_MAX_NUM_ADDRESSES]; in ncurses_display_PathStatus() local
405 Rto[pathID] = pathStatus.rto; in ncurses_display_PathStatus()
445 destaddr[pathID],HB_Interval[pathID],Rto[pathID], in ncurses_display_PathStatus()
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/google.golang.org/grpc/channelz/service/
H A Dfunc_linux.go75 TcpiRto: skopts.TCPInfo.Rto,

12345678910>>...122