Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_syncache.h57 u_int16_t sc_rxmits; /* retransmit counter */ member
H A Dtcp_syncache.c444 if (sc->sc_rxmits == 0) in syncache_timeout()
448 tcp_rexmit_initial * tcp_backoff[sc->sc_rxmits], in syncache_timeout()
451 sc->sc_rxmits++; in syncache_timeout()
512 if (sc->sc_rxmits > V_tcp_ecn_maxretries) { in syncache_timer()
515 if (sc->sc_rxmits > V_tcp_syncache.rexmt_limit) { in syncache_timer()
529 s, __func__, sc->sc_rxmits); in syncache_timer()
755 if ((sc->sc_flags & SCF_UNREACH) == 0 || sc->sc_rxmits < 3 + 1) { in syncache_unreach()
1094 if (sc->sc_rxmits > 1) in syncache_socket()
1645 sc->sc_rxmits = 0; in syncache_add()
2379 sc->sc_rxmits = 0; in syncookie_lookup()