Lines Matching refs:tt_flags
336 KASSERT((tp->t_timers->tt_flags & TT_STOPPED) == 0, in tcp_timer_2msl()
427 KASSERT((tp->t_timers->tt_flags & TT_STOPPED) == 0, in tcp_timer_keep()
547 KASSERT((tp->t_timers->tt_flags & TT_STOPPED) == 0, in tcp_timer_persist()
638 KASSERT((tp->t_timers->tt_flags & TT_STOPPED) == 0, in tcp_timer_rexmt()
905 if (tp->t_timers->tt_flags & TT_STOPPED) in tcp_timer_activate()
1011 tp->t_timers->tt_flags |= t_flags; in tcp_timer_suspend()
1020 if (tp->t_timers->tt_flags & TT_DELACK_SUS) { in tcp_timers_unsuspend()
1021 tp->t_timers->tt_flags &= ~TT_DELACK_SUS; in tcp_timers_unsuspend()
1031 if (tp->t_timers->tt_flags & TT_REXMT_SUS) { in tcp_timers_unsuspend()
1032 tp->t_timers->tt_flags &= ~TT_REXMT_SUS; in tcp_timers_unsuspend()
1043 if (tp->t_timers->tt_flags & TT_PERSIST_SUS) { in tcp_timers_unsuspend()
1044 tp->t_timers->tt_flags &= ~TT_PERSIST_SUS; in tcp_timers_unsuspend()
1053 if (tp->t_timers->tt_flags & TT_KEEP_SUS) { in tcp_timers_unsuspend()
1054 tp->t_timers->tt_flags &= ~TT_KEEP_SUS; in tcp_timers_unsuspend()
1061 if (tp->t_timers->tt_flags &= TT_2MSL_SUS) { in tcp_timers_unsuspend()
1062 tp->t_timers->tt_flags &= ~TT_2MSL_SUS; in tcp_timers_unsuspend()
1083 tp->t_timers->tt_flags |= TT_STOPPED; in tcp_timer_stop()