Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/netinet/
Dtcp_syncache.h59 u_int32_t sc_ts; /* our timestamp to send */ member
Dtcp_syncache.c1005 if ((to->to_flags & TOF_TS) && to->to_tsecr != sc->sc_ts) { in syncache_expand()
1009 s, __func__, to->to_tsecr, sc->sc_ts); in syncache_expand()
1242 sc->sc_ts = tcp_ts_getticks(); in _syncache_add()
1457 to.to_tsval = sc->sc_ts; in syncache_respond()
1689 sc->sc_ts = data; in syncookie_generate()
1774 sc->sc_ts = to->to_tsecr; in syncookie_lookup()