ts_recent_age     994 netinet/tcp_input.c 			tp->ts_recent_age = tcp_now;
ts_recent_age    1309 netinet/tcp_input.c 		if ((int)(tcp_now - tp->ts_recent_age) > TCP_PAWS_IDLE) {
ts_recent_age    1422 netinet/tcp_input.c 		tp->ts_recent_age = tcp_now;
ts_recent_age    2320 netinet/tcp_input.c 			tp->ts_recent_age = tcp_now;
ts_recent_age     184 netinet/tcp_var.h 	u_int32_t ts_recent_age;		/* when last updated */