Searched refs:ProbeTimerOn (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Timer.c215 Tcb->ProbeTimerOn = FALSE;
391 if (!Tcb->ProbeTimerOn) {
393 Tcb->ProbeTimerOn = TRUE;
H A DTcp4Proto.h209 BOOLEAN ProbeTimerOn;///< If TRUE, the probe time is on. member in struct:_TCP_CB
H A DTcp4Input.c931 if (Tcb->ProbeTimerOn && (Seg->Wnd != 0)) {
933 Tcb->ProbeTimerOn = FALSE;
H A DTcp4Misc.c82 Tcb->ProbeTimerOn = FALSE;
H A DTcp4Output.c270 if (!Tcb->ProbeTimerOn) {
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpTimer.c258 Tcb->ProbeTimerOn = FALSE;
433 if (!Tcb->ProbeTimerOn) {
435 Tcb->ProbeTimerOn = TRUE;
H A DTcpProto.h286 BOOLEAN ProbeTimerOn;///< If TRUE, the probe time is on. member in struct:_TCP_CONTROL_BLOCK
H A DTcpInput.c1013 if (Tcb->ProbeTimerOn && (Seg->Wnd != 0)) {
1015 Tcb->ProbeTimerOn = FALSE;
H A DTcpMisc.c89 Tcb->ProbeTimerOn = FALSE;
H A DTcpOutput.c264 if (!Tcb->ProbeTimerOn) {

Completed in 61 milliseconds