Searched refs:TCP_ST_SYN_SENT (Results 1 – 6 of 6) sorted by relevance
522 case TCP_ST_SYN_SENT: /* Send SYN here */ in SendControlPacket()990 if (cur_stream->state < TCP_ST_SYN_SENT) { in UpdatePassiveSendTCPContext_SynSent()1000 cur_stream->state = TCP_ST_SYN_SENT; in UpdatePassiveSendTCPContext_SynSent()1022 if (tcph->syn && !tcph->ack && cur_stream->state <= TCP_ST_SYN_SENT) { in UpdatePassiveSendTCPContext()1054 case TCP_ST_SYN_SENT: in UpdatePassiveSendTCPContext()
233 } else if (cur_stream->state >= TCP_ST_SYN_SENT) { in HandleRTO()260 if (cur_stream->state == TCP_ST_SYN_SENT) { in HandleRTO()
189 if (cur_stream->state <= TCP_ST_SYN_SENT) { in ProcessRST()1310 if (cur_stream->state > TCP_ST_SYN_SENT) {1337 case TCP_ST_SYN_SENT:1422 if (cur_stream->state <= TCP_ST_SYN_SENT)
104 if (cur_stream->state == TCP_ST_SYN_SENT && in GetSocketError()1149 cur_stream->state = TCP_ST_SYN_SENT; in mtcp_connect()1238 } else if (cur_stream->state == TCP_ST_SYN_SENT) { in CloseStreamSocket()1407 } else if (cur_stream->state == TCP_ST_SYN_SENT) { in mtcp_abort()
564 if (stream->state != TCP_ST_SYN_SENT) { in HandleApplicationCalls()
80 TCP_ST_SYN_SENT = 2, enumerator