Searched refs:NextExpire (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Timer.c306 // Don't use a too large value to init NextExpire
309 Tcb->NextExpire = 65535;
315 TCP_TIME_LT (Tcb->Timer[Index], mTcpTick + Tcb->NextExpire)) {
317 Tcb->NextExpire = TCP_SUB_TIME (Tcb->Timer[Index], mTcpTick);
529 ((--Tcb->NextExpire) > 0)) {
H A DTcp4Proto.h206 INT32 NextExpire; ///< Count down offset for the nearest timer member in struct:_TCP_CB
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpTimer.c351 // Don't use a too large value to init NextExpire
354 Tcb->NextExpire = TCP_EXPIRE_TIME;
360 TCP_TIME_LT (Tcb->Timer[Index], mTcpTick + Tcb->NextExpire)
363 Tcb->NextExpire = TCP_SUB_TIME (Tcb->Timer[Index], mTcpTick);
540 if (!TCP_FLG_ON (Tcb->CtrlFlag, TCP_CTRL_TIMER_ON) || ((--Tcb->NextExpire) > 0)) {
H A DTcpProto.h283 INT32 NextExpire; ///< Countdown offset for the nearest timer. member in struct:_TCP_CONTROL_BLOCK

Completed in 461 milliseconds