Searched refs:SCF_TIMESTAMP (Results 1 – 2 of 2) sorted by relevance
917 if (sc->sc_flags & SCF_TIMESTAMP) { in syncache_socket()1119 if (sc->sc_flags & SCF_TIMESTAMP && to->to_flags & TOF_TS && in syncache_expand()1138 if (!(sc->sc_flags & SCF_TIMESTAMP) && in syncache_expand()1155 if ((sc->sc_flags & SCF_TIMESTAMP) && in syncache_expand()1459 if ((sc->sc_flags & SCF_TIMESTAMP) && (to->to_flags & TOF_TS)) in syncache_add()1462 sc->sc_flags &= ~SCF_TIMESTAMP; in syncache_add()1568 sc->sc_flags |= SCF_TIMESTAMP; in syncache_add()1821 if (sc->sc_flags & SCF_TIMESTAMP) { in syncache_respond()2201 sc->sc_flags |= SCF_TIMESTAMP; in syncookie_lookup()
87 #define SCF_TIMESTAMP 0x04 /* negotiated timestamps */ macro