Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_syncache.h87 #define SCF_TIMESTAMP 0x04 /* negotiated timestamps */ macro
H A Dtcp_syncache.c1066 if (sc->sc_flags & SCF_TIMESTAMP) { in syncache_socket()
1273 if (sc->sc_flags & SCF_TIMESTAMP && to->to_flags & TOF_TS && in syncache_expand()
1292 if (!(sc->sc_flags & SCF_TIMESTAMP) && in syncache_expand()
1309 if ((sc->sc_flags & SCF_TIMESTAMP) && in syncache_expand()
1617 if ((sc->sc_flags & SCF_TIMESTAMP) && (to->to_flags & TOF_TS)) in syncache_add()
1620 sc->sc_flags &= ~SCF_TIMESTAMP; in syncache_add()
1737 sc->sc_flags |= SCF_TIMESTAMP; in syncache_add()
1995 if (sc->sc_flags & SCF_TIMESTAMP) { in syncache_respond()
2371 sc->sc_flags |= SCF_TIMESTAMP; in syncookie_lookup()