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

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_var.h322 u_int32_t ts_recent_age; /* when last updated */ member in struct:tcpcb
708 u_int32_t ts_recent_age; /* when last updated */ member in struct:otcpcb
979 u_int32_t ts_recent_age; /* when last updated */ member in struct:xtcpcb64
1061 u_int32_t ts_recent_age; /* when last updated */ member in struct:xtcpcb_n
H A Din_pcblist.c246 xt->ts_recent_age = tp->ts_recent_age;
H A Dtcp_subr.c1390 otp->ts_recent_age = tp->ts_recent_age;
1572 otp->ts_recent_age = tp->ts_recent_age;
H A Dtcp_input.c2207 tp->ts_recent_age = tcp_now;
2319 tp->ts_recent_age = tcp_now;
3024 if ((int)(tcp_now - tp->ts_recent_age) > TCP_PAWS_IDLE) {
3206 tp->ts_recent_age = tcp_now;
4383 tp->ts_recent_age = tcp_now;

Completed in 29 milliseconds