Home
last modified time | relevance | path

Searched refs:sch_nextc (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_syncache.h102 int sch_nextc; member
H A Dtcp_syncache.c402 sch->sch_nextc = ticks + INT_MAX; in syncache_insert()
452 if (TSTMP_LT(sc->sc_rxttime, sch->sch_nextc)) { in syncache_timeout()
453 sch->sch_nextc = sc->sc_rxttime; in syncache_timeout()
455 callout_reset(&sch->sch_timer, sch->sch_nextc - ticks, in syncache_timeout()
484 sch->sch_nextc = tick + INT_MAX; in syncache_timer()
508 if (TSTMP_LT(sc->sc_rxttime, sch->sch_nextc)) in syncache_timer()
509 sch->sch_nextc = sc->sc_rxttime; in syncache_timer()
540 callout_reset(&(sch)->sch_timer, (sch)->sch_nextc - tick, in syncache_timer()