Searched refs:TCP_ST_FIN_WAIT_2 (Results 1 – 4 of 4) sorted by relevance
84 TCP_ST_FIN_WAIT_2 = 6, enumerator
218 cur_stream->state == TCP_ST_FIN_WAIT_2 || in ProcessRST()325 cur_stream->state == TCP_ST_FIN_WAIT_2 || in ProcessACK()664 cur_stream->state == TCP_ST_FIN_WAIT_2) { in ProcessTCPPayload()1094 cur_stream->state = TCP_ST_FIN_WAIT_2;1148 } else if (cur_stream->state == TCP_ST_FIN_WAIT_2) {1368 case TCP_ST_FIN_WAIT_2:
531 case TCP_ST_FIN_WAIT_2: /* Send ACK here */ in SendControlPacket()739 cur_stream->state == TCP_ST_FIN_WAIT_2 || in WriteTCPACKList()952 cur_stream->state == TCP_ST_FIN_WAIT_2)) { in EnqueueACK()1159 case TCP_ST_FIN_WAIT_2: in UpdatePassiveSendTCPContext()
309 } else if (cur_stream->state == TCP_ST_FIN_WAIT_2) { in HandleRTO()