Searched refs:TCPS_CLOSE_WAIT (Results 1 – 15 of 15) sorted by relevance
50 #define TCPS_CLOSE_WAIT 5 /* rcvd fin, waiting for close */ macro62 ((s) == TCPS_CLOSE_WAIT || ((s) >= TCPS_CLOSING && (s) != TCPS_FIN_WAIT_2))
525 if (tp->t_state > TCPS_CLOSE_WAIT && in tcp_timer_persist()
2191 case TCPS_CLOSE_WAIT: in tcp_do_segment()2555 case TCPS_CLOSE_WAIT: in tcp_do_segment()2998 if ((tp->t_state <= TCPS_CLOSE_WAIT && in tcp_do_segment()3389 tcp_state_change(tp, TCPS_CLOSE_WAIT); in tcp_do_segment()
2742 case TCPS_CLOSE_WAIT: in tcp_usrclosed()2797 case TCPS_CLOSE_WAIT: in db_print_tstate()
43 #pragma D binding "1.6.3" TCPS_CLOSE_WAIT44 inline int TCPS_CLOSE_WAIT = 5; variable70 inline int TCP_STATE_CLOSE_WAIT = TCPS_CLOSE_WAIT;110 state == TCPS_CLOSE_WAIT ? "state-close-wait" :
247 tcps_states[TCPS_CLOSE_WAIT]; in op_tcp()330 case TCPS_CLOSE_WAIT: in op_tcpconn()
147 ENUM2STR(TCPS_CLOSE_WAIT), in sdp_state_str()
419 if (ssk->state == TCPS_CLOSE_WAIT) { in sdp_cma_handler()
55 ssk->state = TCPS_CLOSE_WAIT; in sdp_handle_disconn()
658 case TCPS_CLOSE_WAIT: in sdp_usrclosed()
96 state == TCPS_CLOSE_WAIT ? "CLOSE_WAIT" :
732 case TCPS_CLOSE_WAIT: in ctf_process_rst()
4771 if (tp->t_state > TCPS_CLOSE_WAIT && in bbr_timeout_persist()8383 tcp_state_change(tp, TCPS_CLOSE_WAIT); in bbr_process_data()10256 case TCPS_CLOSE_WAIT: in bbr_set_state()10257 bbr->r_state = TCPS_CLOSE_WAIT; in bbr_set_state()
7431 if (tp->t_state > TCPS_CLOSE_WAIT && in rack_timeout_persist()12474 tcp_state_change(tp, TCPS_CLOSE_WAIT); in rack_process_data()15169 case TCPS_CLOSE_WAIT: in rack_set_state()15170 rack->r_state = TCPS_CLOSE_WAIT; in rack_set_state()
1387 tcp_state_change(tp, TCPS_CLOSE_WAIT); in do_peer_close()1518 return (tp->t_state == TCPS_CLOSE_WAIT ? EPIPE : ECONNRESET); in abort_status_to_errno()