Searched refs:TT_STOPPED (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/netinet/
H A Dtcp_timer.h168 #define TT_STOPPED 0x00010000 macro
H A Dtcp_timer.c297 KASSERT((tp->t_timers->tt_flags & TT_STOPPED) == 0,
339 KASSERT((tp->t_timers->tt_flags & TT_STOPPED) == 0,
420 KASSERT((tp->t_timers->tt_flags & TT_STOPPED) == 0,
520 KASSERT((tp->t_timers->tt_flags & TT_STOPPED) == 0,
602 KASSERT((tp->t_timers->tt_flags & TT_STOPPED) == 0,
842 if (tp->t_timers->tt_flags & TT_STOPPED)
936 tp->t_timers->tt_flags |= TT_STOPPED;
H A Dtcp_subr.c1509 KASSERT((tp->t_timers->tt_flags & TT_STOPPED) != 0,

Completed in 60 milliseconds