Home
last modified time | relevance | path

Searched refs:tt_flags (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_timer.c905 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 …]
H A Dtcp_timer.h157 uint32_t tt_flags; /* Timers flags */ member
H A Dtcp_subr.c2070 KASSERT((tp->t_timers->tt_flags & TT_STOPPED) != 0, in tcp_timer_discard()
/f-stack/tools/compat/include/netinet/
H A Dtcp_timer.h157 uint32_t tt_flags; /* Timers flags */ member
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c4996 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()