Searched refs:sc_rxmits (Results 1 – 2 of 2) sorted by relevance
448 if (sc->sc_rxmits == 0) in syncache_timeout()452 tcp_rexmit_initial * tcp_backoff[sc->sc_rxmits], in syncache_timeout()455 sc->sc_rxmits++; in syncache_timeout()516 if (sc->sc_rxmits > V_tcp_ecn_maxretries) { in syncache_timer()519 if (sc->sc_rxmits > V_tcp_syncache.rexmt_limit) { in syncache_timer()533 s, __func__, sc->sc_rxmits); in syncache_timer()774 if ((sc->sc_flags & SCF_UNREACH) == 0 || sc->sc_rxmits < 3 + 1) { in syncache_unreach()976 if (sc->sc_rxmits > 1) in syncache_socket()1568 sc->sc_rxmits = 0; in syncache_add()2351 sc->sc_rxmits = 0; in syncookie_lookup()
57 u_int16_t sc_rxmits; /* retransmit counter */ member