Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_var.h538 uint32_t ts_recent; /* timestamp echo data */ member
1201 u_int32_t ts_recent; /* timestamp echo data */ member
1595 u_int32_t ts_recent; /* timestamp echo data */ member
1678 u_int32_t ts_recent; /* timestamp echo data */ member
H A Din_pcblist.c281 xt->ts_recent = tp->ts_recent; in tcpcb_to_xtcpcb_n()
H A Dtcp_input.c3663 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) && in tcp_input()
3734 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) && in tcp_input()
3747 tp->ts_recent = to.to_tsval; in tcp_input()
4544 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_input()
4545 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_input()
4559 tp->ts_recent = 0; in tcp_input()
4606 bool newer_time = TSTMP_GT(to.to_tsval, tp->ts_recent) || in tcp_input()
4607 (to.to_tsval == tp->ts_recent && higher_seq); in tcp_input()
4802 tp->ts_recent = to.to_tsval; in tcp_input()
6529 tp->ts_recent = to->to_tsval; in tcp_finalize_options()
H A Dtcp_subr.c2192 otp->ts_recent = tp->ts_recent; in tcpcb_to_otcpcb()
2376 otp->ts_recent = tp->ts_recent; in tcpcb_to_xtcpcb64()
H A Dtcp_output.c2115 *lp = htonl(tp->ts_recent); in tcp_output()