Searched refs:TCPS_ESTABLISHED (Results 1 – 2 of 2) sorted by relevance
91 conn->tcp_state = TCPS_ESTABLISHED; in handle_primary_tcp_pkt()110 conn->tcp_state = TCPS_ESTABLISHED; in handle_primary_tcp_pkt()152 if (conn->tcp_state == TCPS_ESTABLISHED) { in handle_primary_tcp_pkt()244 if (conn->tcp_state == TCPS_ESTABLISHED && in handle_secondary_tcp_pkt()
74 #define TCPS_ESTABLISHED 4 /* established */ macro