Searched refs:SCF_UNREACH (Results 1 – 2 of 2) sorted by relevance
88 #define SCF_UNREACH 0x10 /* icmp unreachable received */ macro
766 if ((sc->sc_flags & SCF_UNREACH) == 0 || sc->sc_rxmits < 3 + 1) { in syncache_unreach()767 sc->sc_flags |= SCF_UNREACH; in syncache_unreach()1881 if (V_path_mtu_discovery && ((sc->sc_flags & SCF_UNREACH) == 0)) in syncache_respond()