Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet/
H A Dtcp_var.h400 u_int32_t ts_recent; /* timestamp echo data */ member
1006 u_int32_t ts_recent; /* timestamp echo data */ member
1408 u_int32_t ts_recent; /* timestamp echo data */ member
1491 u_int32_t ts_recent; /* timestamp echo data */ member
H A Din_pcblist.c279 xt->ts_recent = tp->ts_recent; in tcpcb_to_xtcpcb_n()
H A Dtcp_input.c2939 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) && in tcp_input()
3010 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) && in tcp_input()
3023 tp->ts_recent = to.to_tsval; in tcp_input()
4091 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_input()
4092 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_input()
4106 tp->ts_recent = 0; in tcp_input()
4357 tp->ts_recent = to.to_tsval; in tcp_input()
5905 tp->ts_recent = to->to_tsval; in tcp_finalize_options()
H A Dtcp_subr.c1901 otp->ts_recent = tp->ts_recent; in tcpcb_to_otcpcb()
2085 otp->ts_recent = tp->ts_recent; in tcpcb_to_xtcpcb64()
H A Dtcp_output.c1752 *lp = htonl(tp->ts_recent); in tcp_output()