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

/freebsd-10-stable/sys/netinet/
H A Dtcp_seq.h69 #define TCP_TS_TO_TICKS(_t) ((_t) * hz / 1000) macro
H A Dtcp_input.c1515 TCP_TS_TO_TICKS(tcp_ts_getticks() - tp->rfbuf_ts) >
1777 TCP_TS_TO_TICKS(t) + 1);
2805 tcp_xmit_timer(tp, TCP_TS_TO_TICKS(t) + 1);

Completed in 160 milliseconds