Searched refs:TsRecentAge (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Option.c373 TCP_TIME_LT (Tcb->TsRecentAge + TCP_PAWS_24DAY, mTcpTick)) {
H A DTcp4Proto.h218 UINT32 TsRecentAge; ///< When this TsRecent is updated member in struct:_TCP_CB
H A DTcp4Input.c1077 Tcb->TsRecentAge = mTcpTick;
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpOption.c366 TCP_TIME_LT (Tcb->TsRecentAge + TCP_PAWS_24DAY, mTcpTick)
H A DTcpProto.h295 UINT32 TsRecentAge; ///< When this TsRecent is updated. member in struct:_TCP_CONTROL_BLOCK
H A DTcpInput.c1182 Tcb->TsRecentAge = mTcpTick;

Completed in 96 milliseconds