Searched refs:TCP_ST_CLOSE_WAIT (Results 1 – 7 of 7) sorted by relevance
94 if (cur_stream->state == TCP_ST_CLOSE_WAIT || in GetSocketError()1248 cur_stream->state != TCP_ST_CLOSE_WAIT) { in CloseStreamSocket()1544 cur_stream->state <= TCP_ST_CLOSE_WAIT)) { in mtcp_recv()1554 if (cur_stream->state == TCP_ST_CLOSE_WAIT) { in mtcp_recv()1593 if (cur_stream->state == TCP_ST_CLOSE_WAIT && in mtcp_recv()1656 cur_stream->state <= TCP_ST_CLOSE_WAIT)) { in mtcp_readv()1666 if (cur_stream->state == TCP_ST_CLOSE_WAIT) { in mtcp_readv()1708 if (cur_stream->state == TCP_ST_CLOSE_WAIT && in mtcp_readv()1810 cur_stream->state == TCP_ST_CLOSE_WAIT)) { in mtcp_write()1893 cur_stream->state == TCP_ST_CLOSE_WAIT)) { in mtcp_writev()
530 case TCP_ST_CLOSE_WAIT: /* Send ACK for the FIN here */ in SendControlPacket()656 } else if (cur_stream->state == TCP_ST_CLOSE_WAIT || in WriteTCPDataList()737 cur_stream->state == TCP_ST_CLOSE_WAIT || in WriteTCPACKList()950 cur_stream->state == TCP_ST_CLOSE_WAIT || in EnqueueACK()1119 case TCP_ST_CLOSE_WAIT: in UpdatePassiveSendTCPContext()
230 cur_stream->state <= TCP_ST_CLOSE_WAIT) { in ProcessRST()327 cur_stream->state == TCP_ST_CLOSE_WAIT || in ProcessACK()958 cur_stream->state = TCP_ST_CLOSE_WAIT; in Handle_TCP_ST_ESTABLISHED()1319 if (cur_stream->state == TCP_ST_CLOSE_WAIT ||1356 case TCP_ST_CLOSE_WAIT:
289 } else if (cur_stream->state == TCP_ST_CLOSE_WAIT) { in HandleRTO()322 cur_stream->state == TCP_ST_CLOSE_WAIT) { in HandleRTO()
637 } else if (stream->state == TCP_ST_CLOSE_WAIT) { in HandleApplicationCalls()651 } else if (stream->state == TCP_ST_CLOSE_WAIT) { in HandleApplicationCalls()681 } else if (stream->state == TCP_ST_CLOSE_WAIT) { in HandleApplicationCalls()
219 } else if (stream->state == TCP_ST_CLOSE_WAIT) { in RaisePendingStreamEvents()
85 TCP_ST_CLOSE_WAIT = 7, enumerator