Searched refs:ts_offset (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/sys/netinet/
H A Dtcp_timewait.c303 tw->ts_offset = tp->ts_offset;
306 tw->ts_offset = 0;
607 to.to_tsval = tcp_ts_getticks() + tw->ts_offset;
H A Dtcp_var.h179 u_int32_t ts_offset; /* our timestamp offset */ member in struct:tcpcb
384 u_int32_t ts_offset; /* our timestamp offset */ member in struct:tcptw
H A Dtcp_output.c790 to.to_tsval = tcp_ts_getticks() + tp->ts_offset;
H A Dtcp_syncache.c889 tp->ts_offset = sc->sc_tsoff;
H A Dtcp_usrreq.c2156 db_printf("ts_offset: %u last_ack_sent: 0x%08x snd_cwnd_prev: "
2157 "%lu\n", tp->ts_offset, tp->last_ack_sent, tp->snd_cwnd_prev);
H A Dtcp_input.c1645 to.to_tsecr -= tp->ts_offset;
H A Dtcp_subr.c724 to.to_tsval = tcp_ts_getticks() + tp->ts_offset;
/freebsd-10-stable/sys/netinet/khelp/
H A Dh_ertt.c479 tp->ts_offset;

Completed in 123 milliseconds