Searched refs:SCF_TIMESTAMP (Results 1 – 2 of 2) sorted by relevance
839 if (sc->sc_flags & SCF_TIMESTAMP) { in syncache_socket()995 if (!(sc->sc_flags & SCF_TIMESTAMP) && (to->to_flags & TOF_TS)) { in syncache_expand()1148 if ((sc->sc_flags & SCF_TIMESTAMP) && (to->to_flags & TOF_TS)) in _syncache_add()1151 sc->sc_flags &= ~SCF_TIMESTAMP; in _syncache_add()1243 sc->sc_flags |= SCF_TIMESTAMP; in _syncache_add()1455 if (sc->sc_flags & SCF_TIMESTAMP) { in syncache_respond()1682 if (sc->sc_flags & SCF_TIMESTAMP) { in syncookie_generate()1772 sc->sc_flags |= SCF_TIMESTAMP; in syncookie_lookup()
87 #define SCF_TIMESTAMP 0x04 /* negotiated timestamps */ macro