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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_var.h294 u_int32_t ts_recent; /* timestamp echo data */ member in struct:tcpcb
604 u_int32_t ts_recent; /* timestamp echo data */ member in struct:otcpcb
840 u_int32_t ts_recent; /* timestamp echo data */ member in struct:xtcpcb64
923 u_int32_t ts_recent; /* timestamp echo data */ member in struct:xtcpcb_n
H A Din_pcblist.c244 xt->ts_recent = tp->ts_recent;
H A Dtcp_input.c2136 tp->ts_recent = to.to_tsval;
2163 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) &&
2232 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) &&
2246 tp->ts_recent = to.to_tsval;
2905 * and it's less than ts_recent, drop it.
2907 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent &&
2908 TSTMP_LT(to.to_tsval, tp->ts_recent)) {
2910 /* Check to see if ts_recent is over 24 days old. */
2913 * Invalidate ts_recent. If this segment updates
2914 * ts_recent, th
[all...]
H A Dtcp_subr.c1357 otp->ts_recent = tp->ts_recent;
1543 otp->ts_recent = tp->ts_recent;
H A Dtcp_output.c1136 *lp = htonl(tp->ts_recent);

Completed in 38 milliseconds