Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/netinet/
Dtcp_syncache.c839 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()
Dtcp_syncache.h87 #define SCF_TIMESTAMP 0x04 /* negotiated timestamps */ macro