Home
last modified time | relevance | path

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

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