Home
last modified time | relevance | path

Searched refs:tcp_state (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/net/
H A Dfilter-rewriter.c90 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()
125 conn->tcp_state = TCPS_CLOSED; in handle_primary_tcp_pkt()
153 conn->tcp_state = TCPS_CLOSE_WAIT; in handle_primary_tcp_pkt()
168 conn->tcp_state = TCPS_CLOSED; in handle_primary_tcp_pkt()
207 if (conn->tcp_state == TCPS_CLOSED && in handle_secondary_tcp_pkt()
209 conn->tcp_state = TCPS_SYN_SENT; in handle_secondary_tcp_pkt()
226 if (conn->tcp_state == TCPS_CLOSE_WAIT && in handle_secondary_tcp_pkt()
229 conn->tcp_state = TCPS_LAST_ACK; in handle_secondary_tcp_pkt()
[all …]
H A Dcolo.h86 int tcp_state; /* TCP FSM state */ member
H A Dcolo.c147 conn->tcp_state = TCPS_CLOSED; in connection_new()
/openbmc/linux/drivers/infiniband/hw/irdma/
H A Dtype.h902 u8 tcp_state; member
950 u8 tcp_state; member
H A Dhw.c242 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()
H A Dcm.c3333 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()
H A Dctrl.c1000 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()