ts_recent 983 netinet/tcp_input.c (!opti.ts_present || TSTMP_GEQ(opti.ts_val, tp->ts_recent)) && ts_recent 995 netinet/tcp_input.c tp->ts_recent = opti.ts_val; ts_recent 1280 netinet/tcp_input.c TSTMP_LT(tp->ts_recent, opti.ts_val)) || ts_recent 1305 netinet/tcp_input.c if (opti.ts_present && (tiflags & TH_RST) == 0 && tp->ts_recent && ts_recent 1306 netinet/tcp_input.c TSTMP_LT(opti.ts_val, tp->ts_recent)) { ts_recent 1321 netinet/tcp_input.c tp->ts_recent = 0; ts_recent 1415 netinet/tcp_input.c if (opti.ts_present && TSTMP_GEQ(opti.ts_val, tp->ts_recent) && ts_recent 1419 netinet/tcp_input.c tp->ts_recent = opti.ts_val; ts_recent 1421 netinet/tcp_input.c tp->ts_recent = 0; ts_recent 2319 netinet/tcp_input.c tp->ts_recent = oi->ts_val; ts_recent 4044 netinet/tcp_input.c sc->sc_timestamp = tb.ts_recent; ts_recent 4081 netinet/tcp_input.c sc->sc_timestamp = tb.ts_recent; ts_recent 598 netinet/tcp_output.c *lp = htonl(tp->ts_recent); ts_recent 182 netinet/tcp_var.h u_int32_t ts_recent; /* timestamp echo data */