Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_var.h541 uint32_t ts_recent_age; /* when last updated */ member
1203 u_int32_t ts_recent_age; /* when last updated */ member
1597 u_int32_t ts_recent_age; /* when last updated */ member
1680 u_int32_t ts_recent_age; /* when last updated */ member
H A Din_pcblist.c282 xt->ts_recent_age = tp->ts_recent_age; in tcpcb_to_xtcpcb_n()
H A Dtcp_subr.c2193 otp->ts_recent_age = tp->ts_recent_age; in tcpcb_to_otcpcb()
2377 otp->ts_recent_age = tp->ts_recent_age; in tcpcb_to_xtcpcb64()
H A Dtcp_input.c3746 tp->ts_recent_age = tcp_now; in tcp_input()
4547 if ((int)(tcp_now - tp->ts_recent_age) > TCP_PAWS_IDLE) { in tcp_input()
4801 tp->ts_recent_age = tcp_now; in tcp_input()
6530 tp->ts_recent_age = tcp_now; in tcp_finalize_options()