Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_syncache.h89 #define SCF_UNREACH 0x10 /* icmp unreachable received */ macro
H A Dtcp_syncache.c755 if ((sc->sc_flags & SCF_UNREACH) == 0 || sc->sc_rxmits < 3 + 1) { in syncache_unreach()
756 sc->sc_flags |= SCF_UNREACH; in syncache_unreach()
1945 if (V_path_mtu_discovery && ((sc->sc_flags & SCF_UNREACH) == 0)) in syncache_respond()