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

/freebsd-11.0-release/sys/netinet/
H A Dtcp_timer.h149 uint32_t tt_draincnt; /* Count being drained */ member in struct:tcp_timer
H A Dtcp_subr.c1384 tp->t_timers->tt_draincnt = 0;
1483 if (tp->t_timers->tt_draincnt == 0) {
1511 tp->t_timers->tt_draincnt--;
1512 if (tp->t_timers->tt_draincnt == 0) {
H A Dtcp_timer.c978 tp->t_timers->tt_draincnt++;

Completed in 151 milliseconds