Searched refs:TCPS_CLOSED (Results 1 – 4 of 4) sorted by relevance
163 if (tp->t_state != TCPS_CLOSED) { // samkumar: This is a check that I added in tcp6_usr_connect()279 …if ((tp->t_state == TCPS_TIME_WAIT) || (tp->t_state == TCPS_CLOSED && !do_fastopen_implied_connect… in tcp_usr_send()368 if ((tp->t_state == TCPS_TIME_WAIT) || (tp->t_state == TCPS_CLOSED)) { in tcp_usr_rcvd()414 if ((tp->t_state == TCPS_TIME_WAIT) || (tp->t_state == TCPS_CLOSED)) { in tcp_usr_shutdown()427 if (tp->t_state != TCPS_CLOSED) in tcp_usr_shutdown()453 tcp_state_change(tp, TCPS_CLOSED); in tcp_usrclosed()455 case TCPS_CLOSED: in tcp_usrclosed()
49 #define TCPS_CLOSED 0 /* closed */ macro66 #define TCP6S_CLOSED TCPS_CLOSED
355 tcp_state_change(tp, TCPS_CLOSED); in tcp_drop()
1734 tcp_state_change(tp, TCPS_CLOSED); in tcp_do_segment()