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

/freebsd-10.1-release/sys/netinet/
H A Dtcp_seq.h75 * tcp_ts_getticks() in ms, should be 1ms < x < 1000ms according to RFC 1323.
79 tcp_ts_getticks(void) function
H A Dtcp_input.c1540 if (TSTMP_GT(to.to_tsecr, tcp_ts_getticks()))
1583 tp->ts_recent_age = tcp_ts_getticks();
1627 tp->ts_recent_age = tcp_ts_getticks();
1667 t = tcp_ts_getticks() - to.to_tsecr;
2142 if (tcp_ts_getticks() - tp->ts_recent_age > TCP_PAWS_IDLE) {
2296 tp->ts_recent_age = tcp_ts_getticks();
2656 t = tcp_ts_getticks() - to.to_tsecr;
H A Dtcp_syncache.c872 tp->ts_recent_age = tcp_ts_getticks();
1301 sc->sc_ts = tcp_ts_getticks();
1799 sc->sc_tsoff = sc->sc_ts - tcp_ts_getticks();
1889 sc->sc_tsoff = to->to_tsecr - tcp_ts_getticks();
H A Dtcp_timewait.c563 to.to_tsval = tcp_ts_getticks() + tw->ts_offset;
H A Dtcp_output.c724 to.to_tsval = tcp_ts_getticks() + tp->ts_offset;
730 tp->rfbuf_ts = tcp_ts_getticks();
/freebsd-10.1-release/sys/netinet/khelp/
H A Dh_ertt.c154 e_t->markedpkt_rtt = tcp_ts_getticks() -
159 e_t->markedpkt_rtt = tcp_ts_getticks() -
354 e_t->rtt = tcp_ts_getticks() - txsi->tx_ts + 1;
482 txsi->tx_ts = tcp_ts_getticks();
/freebsd-10.1-release/sys/dev/cxgb/ulp/tom/
H A Dcxgb_cpl_io.c1544 tp->ts_recent_age = tcp_ts_getticks();
1758 tp->ts_recent_age = tcp_ts_getticks();
/freebsd-10.1-release/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c243 tp->ts_recent_age = tcp_ts_getticks();
1681 tp->ts_recent_age = tcp_ts_getticks();

Completed in 116 milliseconds