Searched refs:tcp_state (Results 1 – 7 of 7) sorted by relevance
90 conn->tcp_state == TCPS_SYN_SENT) { in handle_primary_tcp_pkt()91 conn->tcp_state = TCPS_ESTABLISHED; in handle_primary_tcp_pkt()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()110 conn->tcp_state = TCPS_ESTABLISHED; in handle_primary_tcp_pkt()123 if ((conn->tcp_state == TCPS_LAST_ACK) && in handle_primary_tcp_pkt()125 conn->tcp_state = TCPS_CLOSED; in handle_primary_tcp_pkt()152 if (conn->tcp_state == TCPS_ESTABLISHED) { in handle_primary_tcp_pkt()153 conn->tcp_state = TCPS_CLOSE_WAIT; in handle_primary_tcp_pkt()159 if (conn->tcp_state == TCPS_FIN_WAIT_1) { in handle_primary_tcp_pkt()[all …]
86 int tcp_state; /* TCP FSM state */ member
147 conn->tcp_state = TCPS_CLOSED; in connection_new()
902 u8 tcp_state; member950 u8 tcp_state; member
242 info->ae_id, info->qp, info->qp_cq_id, info->tcp_state, in irdma_process_aeq()264 iwqp->hw_tcp_state = info->tcp_state; in irdma_process_aeq()
3333 tcp_info->tcp_state = IRDMA_TCP_STATE_ESTABLISHED; in irdma_init_tcp_ctx()3420 iwqp->tcp_info.tcp_state = IRDMA_TCP_STATE_ESTABLISHED; in irdma_cm_init_tsa_conn()
1000 FIELD_PREP(IRDMAQPC_TCPSTATE, tcp->tcp_state) | in irdma_sc_qp_setctx()4033 info->tcp_state = (u8)FIELD_GET(IRDMA_AEQE_TCPSTATE, temp); in irdma_sc_get_next_aeqe()