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()278 if ((tp->t_state == TCPS_TIME_WAIT) || (tp->t_state == TCPS_CLOSED)) { in tcp_usr_send()360 if ((tp->t_state == TCPS_TIME_WAIT) || (tp->t_state == TCPS_CLOSED)) { in tcp_usr_rcvd()395 if ((tp->t_state == TCPS_TIME_WAIT) || (tp->t_state == TCPS_CLOSED)) { in tcp_usr_shutdown()408 if (tp->t_state != TCPS_CLOSED) in tcp_usr_shutdown()434 tcp_state_change(tp, TCPS_CLOSED); in tcp_usrclosed()436 case TCPS_CLOSED: in tcp_usrclosed()
49 #define TCPS_CLOSED 0 /* closed */ macro66 #define TCP6S_CLOSED TCPS_CLOSED
345 tcp_state_change(tp, TCPS_CLOSED); in tcp_drop()
1602 tcp_state_change(tp, TCPS_CLOSED); in tcp_do_segment()