Home
last modified time | relevance | path

Searched refs:ts_recent_age (Results 1 – 5 of 5) sorted by relevance

/openbsd/sys/netinet/
H A Dtcp_var.h188 uint64_t ts_recent_age; /* when last updated */ member
H A Dtcp_input.c933 tp->ts_recent_age = now; in tcp_input()
1272 if (now - tp->ts_recent_age > TCP_PAWS_IDLE) { in tcp_input()
1382 tp->ts_recent_age = now; in tcp_input()
2189 tp->ts_recent_age = now; in tcp_dooptions()
H A Dtcp_usrreq.c290 ti->tcpi_ts_recent_age = (now - tp->ts_recent_age) * t; in tcp_fill_info()
/openbsd/usr.bin/tcpbench/
H A Dtcpbench.c439 P(tcpi, ts_recent_age, "%u") in tcp_stats_display()
/openbsd/usr.bin/netstat/
H A Dinet.c1575 p("%llu", ts_recent_age, "\n "); in tcpcb_dump()