Searched refs:sc_rxmits (Results 1 – 2 of 2) sorted by relevance
440 if (sc->sc_rxmits == 0) in syncache_timeout()444 tcp_rexmit_initial * tcp_backoff[sc->sc_rxmits], in syncache_timeout()447 sc->sc_rxmits++; in syncache_timeout()508 if (sc->sc_rxmits > V_tcp_ecn_maxretries) { in syncache_timer()511 if (sc->sc_rxmits > V_tcp_syncache.rexmt_limit) { in syncache_timer()525 s, __func__, sc->sc_rxmits); in syncache_timer()766 if ((sc->sc_flags & SCF_UNREACH) == 0 || sc->sc_rxmits < 3 + 1) { in syncache_unreach()963 if (sc->sc_rxmits > 1) in syncache_socket()1558 sc->sc_rxmits = 0; in syncache_add()2341 sc->sc_rxmits = 0; in syncookie_lookup()
55 u_int16_t sc_rxmits; /* retransmit counter */ member