Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_var.h392 u_int32_t ts_recent; /* timestamp echo data */ member
951 u_int32_t ts_recent; /* timestamp echo data */ member
1348 u_int32_t ts_recent; /* timestamp echo data */ member
1431 u_int32_t ts_recent; /* timestamp echo data */ member
H A Din_pcblist.c262 xt->ts_recent = tp->ts_recent; in tcpcb_to_xtcpcb_n()
H A Dtcp_input.c2872 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) && in tcp_input()
2943 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) && in tcp_input()
2956 tp->ts_recent = to.to_tsval; in tcp_input()
3808 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_input()
3809 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_input()
3823 tp->ts_recent = 0; in tcp_input()
4074 tp->ts_recent = to.to_tsval; in tcp_input()
5618 tp->ts_recent = to->to_tsval; in tcp_finalize_options()
H A Dtcp_subr.c1891 otp->ts_recent = tp->ts_recent; in tcpcb_to_otcpcb()
2075 otp->ts_recent = tp->ts_recent; in tcpcb_to_xtcpcb64()
H A Dtcp_output.c1658 *lp = htonl(tp->ts_recent); in tcp_output()