Home | History | Annotate | Download | only in TcpDxe

Lines Matching refs:Nbuf

104   @param[in]  Nbuf    Pointer to the buffer to store the options.

112 IN NET_BUF *Nbuf
118 ASSERT ((Tcb != NULL) && (Nbuf != NULL) && (Nbuf->Tcp == NULL));
128 (!TCP_FLG_ON (TCPSEG_NETBUF (Nbuf)->Flag, TCP_FLG_ACK) ||
133 Nbuf,
152 (!TCP_FLG_ON (TCPSEG_NETBUF (Nbuf)->Flag, TCP_FLG_ACK) ||
157 Nbuf,
171 Data = NetbufAllocSpace (Nbuf, TCP_OPTION_MSS_LEN, 1);
184 @param[in] Nbuf Pointer to the buffer to store the options.
192 IN NET_BUF *Nbuf
198 ASSERT ((Tcb != NULL) && (Nbuf != NULL) && (Nbuf->Tcp == NULL));
205 !TCP_FLG_ON (TCPSEG_NETBUF (Nbuf)->Flag, TCP_FLG_RST)
209 Nbuf,