Searched refs:tt_flags (Results 1 – 5 of 5) sorted by relevance
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()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()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()[all …]
157 uint32_t tt_flags; /* Timers flags */ member
2070 KASSERT((tp->t_timers->tt_flags & TT_STOPPED) != 0, in tcp_timer_discard()
4996 if (tp->t_timers->tt_flags & TT_STOPPED) { in rack_timeout_rack()5164 if (tp->t_timers->tt_flags & TT_STOPPED) { in rack_timeout_tlp()5329 if (tp->t_timers->tt_flags & TT_STOPPED) { in rack_timeout_delack()5357 if (tp->t_timers->tt_flags & TT_STOPPED) { in rack_timeout_persist()5441 if (tp->t_timers->tt_flags & TT_STOPPED) { in rack_timeout_keepalive()5588 if (tp->t_timers->tt_flags & TT_STOPPED) { in rack_timeout_rxt()