Searched refs:TCPS_SYN_RECEIVED (Results 1 – 2 of 2) sorted by relevance
99 conn->tcp_state = TCPS_SYN_RECEIVED; in handle_primary_tcp_pkt()103 if (conn->tcp_state == TCPS_SYN_RECEIVED) { in handle_primary_tcp_pkt()196 if (conn->tcp_state == TCPS_SYN_RECEIVED && in handle_secondary_tcp_pkt()
72 #define TCPS_SYN_RECEIVED 3 /* have send and received syn */ macro