Searched refs:TCPS_TERMINATING (Results 1 – 3 of 3) sorted by relevance
44 #define TCPS_TERMINATING 0 macro
833 KASSERT(tp->t_state != TCPS_TERMINATING, ("tcpcb was terminated")); in TCP_STATE_TERM()835 tp->t_state = TCPS_TERMINATING; in TCP_STATE_TERM()
555 for (s = TCPS_TERMINATING + 1; s < TCP_NSTATES; ++s) { in tcp_stats()