Home
last modified time | relevance | path

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

/original-bsd/sys/netinet/
H A Dtcp_input.c406 (!ts_present || TSTMP_GEQ(ts_val, tp->ts_recent)) &&
418 tp->ts_recent = ts_val;
669 if (ts_present && (tiflags & TH_RST) == 0 && tp->ts_recent &&
670 TSTMP_LT(ts_val, tp->ts_recent)) {
685 tp->ts_recent = 0;
810 tp->ts_recent = ts_val;
1370 tp->ts_recent = *ts_val;
H A Dtcp_var.h97 u_long ts_recent; /* timestamp echo data */ member
H A Dtcp_output.c285 *lp = htonl(tp->ts_recent);