Lines Matching refs:t_state

667 	    tp->t_state != TCPS_CLOSED) {  in tcp_garbage_collect()
684 ((tp != NULL) && (tp->t_state == TCPS_CLOSED) && in tcp_garbage_collect()
831 if (tw_tp->t_state == TCPS_CLOSED || in tcp_gc()
1040 if (tp->t_state != TCPS_TIME_WAIT && in tcp_timers()
1041 tp->t_state != TCPS_FIN_WAIT_2 && in tcp_timers()
1046 if (tp->t_state == TCPS_FIN_WAIT_2) { in tcp_timers()
1087 if (tp->t_state == TCPS_ESTABLISHED && in tcp_timers()
1122 tp->t_state == TCPS_ESTABLISHED) { in tcp_timers()
1138 tp->t_state == TCPS_ESTABLISHED) { in tcp_timers()
1152 (tp->t_state == TCPS_ESTABLISHED) && in tcp_timers()
1157 if (TCPS_HAVEESTABLISHED(tp->t_state) && in tcp_timers()
1170 TCPS_HAVEESTABLISHED(tp->t_state)) { in tcp_timers()
1199 tp->t_state == TCPS_SYN_RECEIVED) { in tcp_timers()
1207 ((tp->t_state != TCPS_SYN_SENT && tp->t_rxtshift > 1) || in tcp_timers()
1245 if (tp->t_state == TCPS_SYN_SENT) { in tcp_timers()
1276 (tp->t_state == TCPS_ESTABLISHED)) { in tcp_timers()
1339 if (tp->t_state == TCPS_SYN_SENT && in tcp_timers()
1465 (tp->t_state > TCPS_ESTABLISHED)) { in tcp_timers()
1473 if (tp->t_state < TCPS_ESTABLISHED) { in tcp_timers()
1480 (tp->t_state <= TCPS_CLOSING || tp->t_state == TCPS_FIN_WAIT_2)) { in tcp_timers()
1618 if ((tp->t_state == TCPS_ESTABLISHED) && in tcp_timers()
1675 if ((tp->t_state != TCPS_ESTABLISHED || in tcp_timers()
1693 if (tp->t_state == TCPS_SYN_SENT) { in tcp_timers()
1709 if (tp->t_state == TCPS_SYN_SENT) { in tcp_timers()
1773 tp->t_state == TCPS_SYN_SENT)) { in tcp_timers()
1784 tp->t_state == TCPS_SYN_SENT ? "SYN" : "data", in tcp_timers()
1798 (tp->t_inpcb->inp_socket->so_snd.sb_cc != 0 || tp->t_state == TCPS_SYN_SENT || in tcp_timers()
1799 tp->t_state == TCPS_SYN_RECEIVED)) { in tcp_timers()
1809 tp->t_state, in tcp_timers()
2783 if (tp->t_state == TCPS_ESTABLISHED && in tcp_enable_read_probe()
2964 if (tp->t_state <= TCPS_CLOSE_WAIT) { in tcp_update_mss_locked()