Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_timer.c336 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()
1083 tp->t_timers->tt_flags |= TT_STOPPED; in tcp_timer_stop()
H A Dtcp_timer.h181 #define TT_STOPPED 0x00010000 macro
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.h181 #define TT_STOPPED 0x00010000 macro
/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()