Searched refs:TCPS_SYN_RCVD (Results 1 – 15 of 15) sorted by relevance
44 SED_REPLACE(TCPS_SYN_RCVD)
55 inline int32_t TCP_STATE_SYN_RECEIVED = @TCPS_SYN_RCVD@;
1889 eager->tcp_state = TCPS_SYN_RCVD; in tcp_input_listener()2231 } else if (tcp->tcp_state == TCPS_SYN_RCVD) { in tcp_ack_mp()2914 tcp->tcp_state = TCPS_SYN_RCVD; in tcp_input_data()2926 case TCPS_SYN_RCVD: in tcp_input_data()3521 case TCPS_SYN_RCVD: in tcp_input_data()3870 if (tcp->tcp_state == TCPS_SYN_RCVD) { in tcp_input_data()3887 tcp->tcp_state = TCPS_SYN_RCVD; in tcp_input_data()3927 tcp->tcp_state = TCPS_SYN_RCVD; in tcp_input_data()4056 int32_t, TCPS_SYN_RCVD); in tcp_input_data()4749 case TCPS_SYN_RCVD: in tcp_input_data()[all …]
392 if (tcpstate == TCPS_SYN_RCVD) { in tcp_wput_data()805 if (tcp->tcp_state < TCPS_SYN_RCVD) { in tcp_wput_iocdata()1073 if (tcp->tcp_state < TCPS_SYN_RCVD) in tcp_wput_cmdblk()1515 case TCPS_SYN_RCVD: in tcp_close_output()1658 tcp->tcp_state == TCPS_SYN_RCVD) in tcp_close_output()2263 if (tcp->tcp_state < TCPS_SYN_RCVD || in tcp_xmit_end()2865 tcp->tcp_state == TCPS_SYN_RCVD || in tcp_xmit_mp_aux_iss()2936 case TCPS_SYN_RCVD: in tcp_xmit_mp_aux_iss()3048 case TCPS_SYN_RCVD: in tcp_xmit_mp_aux_fss()3053 int32_t, TCPS_SYN_RCVD); in tcp_xmit_mp_aux_fss()
95 case TCPS_SYN_RCVD: \715 case TCPS_SYN_RCVD: in tcp_display()
666 case TCPS_SYN_RCVD: { in tcp_timer()930 if (tcp->tcp_state == TCPS_SYN_RCVD) { in tcp_timer()
766 case TCPS_SYN_RCVD: in tcp_tpistate()941 if (tcp->tcp_state >= TCPS_SYN_RCVD) { in tcp_addr_req()
359 if (tcp->tcp_state < TCPS_SYN_RCVD) in tcp_getpeername()
75 case TCPS_SYN_RCVD: in tcp_snmp_state()
926 if (tcp->tcp_state <= TCPS_SYN_RCVD) { in tcp_clean_death()1858 case TCPS_SYN_RCVD: in tcp_disconnect_common()
30 #define TCPS_SYN_RCVD -1 /* have received syn (and sent ours) */ macro
850 case TCPS_SYN_RCVD: in tcp_shutdown()921 case TCPS_SYN_RCVD: in tcp_close()1004 tcp->tcp_state == TCPS_SYN_RCVD) in tcp_close()2922 tcp->tcp_state = TCPS_SYN_RCVD; in tcp_rput_data()3259 case TCPS_SYN_RCVD: in tcp_rput_data()3316 if (tcp->tcp_state == TCPS_SYN_RCVD) { in tcp_rput_data()4044 case TCPS_SYN_RCVD: in tcp_rput_data()4309 case TCPS_SYN_RCVD: in tcp_timer()4476 if (tcp->tcp_state == TCPS_SYN_RCVD) { in tcp_timer()4727 if (tcpstate == TCPS_SYN_RCVD) { in tcp_wput_data()[all …]
148 { TCPS_SYN_RCVD, "SYN_RCVD" },
59 #define TCPS_SYN_RCVD -1 /* have received syn (and sent ours) */ macro
2016 case TCPS_SYN_RCVD: in mitcp_state()