Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_syncache.h88 #define SCF_UNREACH 0x10 /* icmp unreachable received */ macro
H A Dtcp_syncache.c766 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()