Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_syncache.h87 #define SCF_TIMESTAMP 0x04 /* negotiated timestamps */ macro
H A Dtcp_syncache.c942 if (sc->sc_flags & SCF_TIMESTAMP) { in syncache_socket()
1228 if (sc->sc_flags & SCF_TIMESTAMP && to->to_flags & TOF_TS && in syncache_expand()
1247 if (!(sc->sc_flags & SCF_TIMESTAMP) && in syncache_expand()
1263 if ((sc->sc_flags & SCF_TIMESTAMP) && in syncache_expand()
1566 if ((sc->sc_flags & SCF_TIMESTAMP) && (to->to_flags & TOF_TS)) in syncache_add()
1569 sc->sc_flags &= ~SCF_TIMESTAMP; in syncache_add()
1703 sc->sc_flags |= SCF_TIMESTAMP; in syncache_add()
1989 if (sc->sc_flags & SCF_TIMESTAMP) { in syncache_respond()
2396 sc->sc_flags |= SCF_TIMESTAMP; in syncookie_expand()