Home | History | Annotate | Download | only in slirp-android

Lines Matching full:ts_recent

495 /*	    (!ts_present || TSTMP_GEQ(ts_val, tp->ts_recent)) && */
506 * tp->ts_recent = ts_val;
829 * and it's less than ts_recent, drop it.
831 /* if (ts_present && (tiflags & TH_RST) == 0 && tp->ts_recent &&
832 * TSTMP_LT(ts_val, tp->ts_recent)) {
834 */ /* Check to see if ts_recent is over 24 days old. */
837 * * Invalidate ts_recent. If this segment updates
838 * * ts_recent, the age will be reset later and ts_recent
840 * * ts_recent to zero will at least satisfy the
842 * * echo reply when ts_recent isn't valid. The
843 * * age isn't reset until we get a valid ts_recent
845 * * dropped when ts_recent is old.
847 /* tp->ts_recent = 0;
962 * tp->ts_recent = ts_val;
1562 * tp->ts_recent = *ts_val;