Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/
Dtcp_syncache.h56 int sc_rxttime; /* retransmit time */ member
Dtcp_syncache.c432 sc->sc_rxttime = ticks + rexmt; in syncache_timeout()
434 if (TSTMP_LT(sc->sc_rxttime, sch->sch_nextc)) { in syncache_timeout()
435 sch->sch_nextc = sc->sc_rxttime; in syncache_timeout()
475 if (TSTMP_GT(sc->sc_rxttime, tick)) { in syncache_timer()
476 if (TSTMP_LT(sc->sc_rxttime, sch->sch_nextc)) in syncache_timer()
477 sch->sch_nextc = sc->sc_rxttime; in syncache_timer()