Searched refs:Ssthresh (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Input.c66 Tcb->Ssthresh = MAX (FlightSize >> 1, (UINT32) (2 * Tcb->SndMss));
76 Tcb->CWnd = Tcb->Ssthresh + 3 * Tcb->SndMss;
114 Tcb->CWnd = MIN (Tcb->Ssthresh, FlightSize + Tcb->SndMss);
1120 if (Tcb->CWnd < Tcb->Ssthresh) {
H A DTcp4Proto.h234 UINT32 Ssthresh; ///< Slow start threshold. member in struct:_TCP_CB
H A DTcp4Timer.c166 Tcb->Ssthresh = MAX ((UINT32) (2 * Tcb->SndMss), FlightSize / 2);
H A DTcp4Dispatcher.c415 Tcb->Ssthresh = 0xffffffff;
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpInput.c64 Tcb->Ssthresh = MAX (FlightSize >> 1, (UINT32) (2 * Tcb->SndMss));
74 Tcb->CWnd = Tcb->Ssthresh + 3 * Tcb->SndMss;
120 Tcb->CWnd = MIN (Tcb->Ssthresh, FlightSize + Tcb->SndMss);
1227 if (Tcb->CWnd < Tcb->Ssthresh) {
H A DTcpProto.h311 UINT32 Ssthresh; ///< Slow start threshold. member in struct:_TCP_CONTROL_BLOCK
H A DTcpTimer.c207 Tcb->Ssthresh = MAX ((UINT32) (2 * Tcb->SndMss), FlightSize / 2);
H A DTcpDispatcher.c542 Tcb->Ssthresh = 0xffffffff;

Completed in 1288 milliseconds