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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_var.h296 u_int32_t ts_recent_age; /* when last updated */ member in struct:tcpcb
606 u_int32_t ts_recent_age; /* when last updated */ member in struct:otcpcb
842 u_int32_t ts_recent_age; /* when last updated */ member in struct:xtcpcb64
925 u_int32_t ts_recent_age; /* when last updated */ member in struct:xtcpcb_n
H A Din_pcblist.c245 xt->ts_recent_age = tp->ts_recent_age;
H A Dtcp_subr.c1358 otp->ts_recent_age = tp->ts_recent_age;
1544 otp->ts_recent_age = tp->ts_recent_age;
H A Dtcp_input.c2137 tp->ts_recent_age = tcp_now;
2245 tp->ts_recent_age = tcp_now;
2911 if ((int)(tcp_now - tp->ts_recent_age) > TCP_PAWS_IDLE) {
3093 tp->ts_recent_age = tcp_now;
4091 tp->ts_recent_age = tcp_now;

Completed in 43 milliseconds