Searched refs:TCPS_TIME_WAIT (Results 1 – 4 of 4) sorted by relevance
62 #define TCPS_TIME_WAIT 10 /* in 2*msl quiet wait after close */ macro76 #define TCP6S_TIME_WAIT TCPS_TIME_WAIT80 #define TCPS_HAVERCVDFIN(s) ((s) >= TCPS_TIME_WAIT)
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()506 } else if (tp->t_state == TCPS_TIME_WAIT) { // samkumar: I added this clause in tcp_usr_abort()
231 tcp_state_change(tp, TCPS_TIME_WAIT); in tcp_twstart()
977 KASSERT(tp->t_state != TCPS_TIME_WAIT, ("%s: TCPS_TIME_WAIT", in tcp_do_segment()