Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
DTcp4Timer.c215 Tcb->ProbeTimerOn = FALSE; in TcpProbeTimeout()
391 if (!Tcb->ProbeTimerOn) { in TcpSetProbeTimer()
393 Tcb->ProbeTimerOn = TRUE; in TcpSetProbeTimer()
DTcp4Proto.h209 BOOLEAN ProbeTimerOn;///< If TRUE, the probe time is on. member
DTcp4Input.c937 if (Tcb->ProbeTimerOn && (Seg->Wnd != 0)) { in TcpInput()
939 Tcb->ProbeTimerOn = FALSE; in TcpInput()
DTcp4Misc.c82 Tcb->ProbeTimerOn = FALSE; in TcpInitTcbLocal()
DTcp4Output.c270 if (!Tcb->ProbeTimerOn) { in TcpDataToSend()
/device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
DTcpTimer.c258 Tcb->ProbeTimerOn = FALSE; in TcpProbeTimeout()
433 if (!Tcb->ProbeTimerOn) { in TcpSetProbeTimer()
435 Tcb->ProbeTimerOn = TRUE; in TcpSetProbeTimer()
DTcpProto.h286 BOOLEAN ProbeTimerOn;///< If TRUE, the probe time is on. member
DTcpInput.c1019 if (Tcb->ProbeTimerOn && (Seg->Wnd != 0)) { in TcpInput()
1021 Tcb->ProbeTimerOn = FALSE; in TcpInput()
DTcpMisc.c90 Tcb->ProbeTimerOn = FALSE; in TcpInitTcbLocal()
DTcpOutput.c264 if (!Tcb->ProbeTimerOn) { in TcpDataToSend()