Searched refs:TCP_CLOSED (Results 1 – 4 of 4) sorted by relevance
109 case TCP_CLOSED: return "CLOSED"; in tcp_state()228 tcp->prev_tcp_state = TCP_CLOSED; in tcp_open()281 tcp->tcp_state = TCP_CLOSED; in tcp_close()540 tcp->tcp_state = TCP_CLOSED; in tcp_expired()871 tcp->tcp_state = TCP_CLOSED; in tcp_rx_rst()
133 #define TCP_CLOSED TCP_RST macro
288 if (m_state == TCP_CLOSED) in NotifyClock()616 if (m_state == TCP_CLOSED) { in clock_check()660 if (m_state == TCP_CLOSED) { in process()1132 m_state = TCP_CLOSED; in closedown()
62 TCP_LISTEN, TCP_SYN_SENT, TCP_SYN_RECEIVED, TCP_ESTABLISHED, TCP_CLOSED enumerator