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

/vbox/src/VBox/Devices/Network/slirp/
H A Dtcp_var.h162 uint32_t ts_recent_age; /* when last updated */ member in struct:tcpcb
H A Dtcp_input.c633 tp->ts_recent_age = tcp_now;
979 if ((int)(tcp_now - tp->ts_recent_age) > TCP_PAWS_IDLE)
1130 tp->ts_recent_age = tcp_now;
1867 tp->ts_recent_age = tcp_now;

Completed in 3651 milliseconds