Home | History | Annotate | Download | only in slirp

Lines Matching full:ts_recent

490 /*	    (!ts_present || TSTMP_GEQ(ts_val, tp->ts_recent)) && */
501 * tp->ts_recent = ts_val;
823 * and it's less than ts_recent, drop it.
825 /* if (ts_present && (tiflags & TH_RST) == 0 && tp->ts_recent &&
826 * TSTMP_LT(ts_val, tp->ts_recent)) {
828 */ /* Check to see if ts_recent is over 24 days old. */
831 * * Invalidate ts_recent. If this segment updates
832 * * ts_recent, the age will be reset later and ts_recent
834 * * ts_recent to zero will at least satisfy the
836 * * echo reply when ts_recent isn't valid. The
837 * * age isn't reset until we get a valid ts_recent
839 * * dropped when ts_recent is old.
841 /* tp->ts_recent = 0;
956 * tp->ts_recent = ts_val;
1556 * tp->ts_recent = *ts_val;