HomeSort by: relevance | last modified time | path
    Searched refs:SCF_UNREACH (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
tcp_syncache.h 179 #define SCF_UNREACH 0x0001 /* we've had an unreach error */
tcp_syncache.c 851 if ((sc->sc_flags & SCF_UNREACH) == 0 || sc->sc_rxtshift < 3) {
852 sc->sc_flags |= SCF_UNREACH;

Completed in 14 milliseconds