Home | History | Annotate | Download | only in TcpDxe

Lines Matching refs:Parent

733   TCP_CB      *Parent;

746 Parent = NULL;
856 Parent = Tcb;
858 Tcb = TcpCloneTcb (Parent);
1484 // Tcb is a new child of the listening Parent,
1487 if (Parent != NULL) {
1488 Tcb->Parent = Parent;
1521 // Tcb is a child of Parent, and it doesn't survive
1526 if ((Parent != NULL) && (Tcb != NULL)) {