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

/freebsd-12-stable/sys/netinet/
H A Dtcp_syncache.h87 #define SCF_TIMESTAMP 0x04 /* negotiated timestamps */ macro
H A Dtcp_syncache.c929 if (sc->sc_flags & SCF_TIMESTAMP) {
1131 if (sc->sc_flags & SCF_TIMESTAMP && to->to_flags & TOF_TS &&
1150 if (!(sc->sc_flags & SCF_TIMESTAMP) &&
1167 if ((sc->sc_flags & SCF_TIMESTAMP) &&
1471 if ((sc->sc_flags & SCF_TIMESTAMP) && (to->to_flags & TOF_TS))
1474 sc->sc_flags &= ~SCF_TIMESTAMP;
1580 sc->sc_flags |= SCF_TIMESTAMP;
1833 if (sc->sc_flags & SCF_TIMESTAMP) {
2213 sc->sc_flags |= SCF_TIMESTAMP;

Completed in 50 milliseconds