Home | History | Annotate | Download | only in TcpDxe

Lines Matching refs:Tcb

57   @param[in]  Tcb                Pointer to the TCP_CB of this TCP instance.

69 IN TCP_CB *Tcb,
83 if (NULL == Tcb) {
105 Sock = Tcb->Sk;
108 IpSender = Tcb->IpInfo;
112 // It's IPv6 and this TCP segment belongs to a solid TCB, in such case
115 if (!Tcb->RemoteIpZero) {
149 @param[in] Tcb Pointer to the TCP_CB of this TCP instance.
166 IN TCP_CB *Tcb,
175 if (NULL == Tcb) {
185 Sock = Tcb->Sk;