Searched refs:TCPS_TIME_WAIT (Results 1 – 17 of 17) sorted by relevance
42 #define TCPS_TIME_WAIT 10 /* in 2*msl quiet wait after close */ macro45 #define TCPS_HAVERCVDFIN(s) ((s) >= TCPS_TIME_WAIT)
81 ASSERT(tcp->tcp_state == TCPS_TIME_WAIT); in tcp_time_wait_remove()190 ASSERT(tcp->tcp_state == TCPS_TIME_WAIT); in tcp_time_wait_append()228 TCPS_TIME_WAIT); in tcp_time_wait_append()
106 case TCPS_TIME_WAIT: \476 if (acp->ac_start < TCPS_SYN_SENT || acp->ac_end > TCPS_TIME_WAIT || in tcp_ioctl_abort_conn()735 case TCPS_TIME_WAIT: in tcp_display()
900 case TCPS_TIME_WAIT: in tcp_timer()
883 tcp->tcp_state < TCPS_TIME_WAIT) { in tcp_clean_death()997 if (tcp->tcp_state == TCPS_TIME_WAIT) { in tcp_stop_lingering()1255 tcp->tcp_state < TCPS_TIME_WAIT) { in tcp_closei_local()1323 if (tcp->tcp_state == TCPS_TIME_WAIT) in tcp_closei_local()
117 (tcp)->tcp_state = TCPS_TIME_WAIT; \2450 if (tcp->tcp_state == TCPS_TIME_WAIT) { in tcp_input_data()3350 ASSERT(tcp->tcp_state != TCPS_TIME_WAIT); in tcp_input_data()3377 ASSERT(tcp->tcp_state != TCPS_TIME_WAIT); in tcp_input_data()4568 ASSERT(tcp->tcp_state != TCPS_TIME_WAIT); in tcp_input_data()
82 case TCPS_TIME_WAIT: in tcp_snmp_state()
779 case TCPS_TIME_WAIT: in tcp_tpistate()
1611 if (tcp->tcp_state == TCPS_TIME_WAIT) { in tcp_close_output()
51 SED_REPLACE(TCPS_TIME_WAIT)
69 inline int32_t TCP_STATE_TIME_WAIT = @TCPS_TIME_WAIT@;
199 { "TIME_WAIT", TCPS_TIME_WAIT }, in state2name()689 if (!show_timewait && conn.tcp_state == TCPS_TIME_WAIT) in nca_conn()758 if (!show_timewait && conn.tcp_state == TCPS_TIME_WAIT) in nca_tcpconn()
40 #define TCPS_TIME_WAIT 6 /* in 2*msl quiet wait after close */ macro
988 if (tcp_state_wait(sock_id, tcp, TCPS_TIME_WAIT) < 0) { in tcp_close()1923 if (tcp->tcp_state == TCPS_TIME_WAIT) in tcp_clean_death()2741 if (tcp->tcp_state == TCPS_TIME_WAIT) { in tcp_rput_data()2751 assert(tcp != NULL && tcp->tcp_state != TCPS_TIME_WAIT); in tcp_rput_data()3274 assert(tcp->tcp_state != TCPS_TIME_WAIT); in tcp_rput_data()3301 assert(tcp->tcp_state != TCPS_TIME_WAIT); in tcp_rput_data()4024 tcp->tcp_state = TCPS_TIME_WAIT; in tcp_rput_data()4033 assert(tcp->tcp_state != TCPS_TIME_WAIT); in tcp_rput_data()4058 tcp->tcp_state = TCPS_TIME_WAIT; in tcp_rput_data()4454 case TCPS_TIME_WAIT: in tcp_timer()[all …]
66 #define TCPS_TIME_WAIT 6 /* in 2*msl quiet wait after close */ macro
3180 conn.ac_end = TCPS_TIME_WAIT; in tcp_abort_conn()
1629 case TCPS_TIME_WAIT: in mitcp_state()