Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/tcp_stacks/
HDfastpath.c224 tp->ts_recent = to->to_tsval; in tcp_do_fastack()
370 tp->ts_recent = to->to_tsval; in tcp_do_fastnewdata()
790 if ((to->to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_do_slowpath()
791 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in tcp_do_slowpath()
806 tp->ts_recent = 0; in tcp_do_slowpath()
949 tp->ts_recent = to->to_tsval; in tcp_do_slowpath()
1898 tp->ts_recent = to.to_tsval; in tcp_do_segment_fastslow()
1952 TSTMP_GEQ(to.to_tsval, tp->ts_recent)))) { in tcp_do_segment_fastslow()
2028 if((to->to_flags & TOF_TS) && __predict_false(TSTMP_LT(to->to_tsval, tp->ts_recent))) { in tcp_fastack()
2072 tp->ts_recent = to->to_tsval; in tcp_fastack()
[all …]
/NextBSD/sys/netinet/
HDtcp_timewait.c299 tw->t_recent = tp->ts_recent; in tcp_twstart()
404 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_twcheck()
405 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_twcheck()
HDtcp_input.c1636 tp->ts_recent = to.to_tsval; in tcp_do_segment()
1671 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) ) { in tcp_do_segment()
1682 tp->ts_recent = to.to_tsval; in tcp_do_segment()
2203 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_do_segment()
2204 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_do_segment()
2219 tp->ts_recent = 0; in tcp_do_segment()
2362 tp->ts_recent = to.to_tsval; in tcp_do_segment()
HDtcp_var.h211 u_int32_t ts_recent; /* timestamp echo data */ member
HDtcp_output.c798 to.to_tsecr = tp->ts_recent; in tcp_output()
HDtcp_syncache.c864 tp->ts_recent = sc->sc_tsreflect; in syncache_socket()
HDtcp_usrreq.c2241 tp->ts_recent, tp->ts_recent_age); in db_print_tcpcb()
/NextBSD/sys/dev/cxgb/ulp/tom/
HDcxgb_cpl_io.c1544 tp->ts_recent = 0; /* XXX */ in assign_rxopt()
/NextBSD/sys/dev/cxgbe/tom/
HDt4_cpl_io.c231 tp->ts_recent = 0; /* hmmm */ in assign_rxopt()