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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Input.c503 TCP_SEQ_LEQ (Seg->Seq, Tcb->RcvUp)) {
505 if (TCP_SEQ_LEQ (Seg->End, Tcb->RcvUp)) {
508 Urgent = TCP_SUB_SEQ (Tcb->RcvUp, Seg->Seq) + 1;
1285 // if in TCP_CAN_RECV, otherwise, leave the RcvUp intact.
1301 TCP_SEQ_GT (Urg, Tcb->RcvUp)) {
1303 Tcb->RcvUp = Urg;
1306 Tcb->RcvUp = Urg;
H A DTcp4Proto.h201 TCP_SEQNO RcvUp; ///< Urgent point; member in struct:_TCP_CB
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/TcpDxe/
H A DTcpInput.c534 TCP_SEQ_LEQ (Seg->Seq, Tcb->RcvUp)
537 if (TCP_SEQ_LEQ (Seg->End, Tcb->RcvUp)) {
540 Urgent = TCP_SUB_SEQ (Tcb->RcvUp, Seg->Seq) + 1;
1403 // if in TCP_CAN_RECV, otherwise, leave the RcvUp intact.
1420 if (TCP_FLG_ON (Tcb->CtrlFlag, TCP_CTRL_RCVD_URG) && TCP_SEQ_GT (Urg, Tcb->RcvUp)) {
1422 Tcb->RcvUp = Urg;
1425 Tcb->RcvUp = Urg;
H A DTcpProto.h278 TCP_SEQNO RcvUp; ///< Urgent point; member in struct:_TCP_CONTROL_BLOCK

Completed in 1331 milliseconds