Searched refs:ts_recent (Results 1 – 11 of 11) sorted by relevance
313 tw->t_recent = tp->ts_recent; in tcp_twstart()423 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_twcheck()424 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_twcheck()
1666 tp->ts_recent = to.to_tsval; in tcp_do_segment()1756 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) ) { in tcp_do_segment()1766 tp->ts_recent = to.to_tsval; in tcp_do_segment()2224 if ((to.to_flags & TOF_TS) != 0 && tp->ts_recent && in tcp_do_segment()2225 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_do_segment()2239 tp->ts_recent = 0; in tcp_do_segment()2390 tp->ts_recent = to.to_tsval; in tcp_do_segment()
167 u_int32_t ts_recent; /* timestamp echo data */ member
848 to.to_tsecr = tp->ts_recent; in tcp_output()
1068 tp->ts_recent = sc->sc_tsreflect; in syncache_socket()
3031 tp->ts_recent, tp->ts_recent_age); in db_print_tcpcb()
1566 to.to_tsecr = tp->ts_recent; in tcp_respond()
8542 tp->ts_recent = to->to_tsval; in bbr_do_fastnewdata()8740 tp->ts_recent = to->to_tsval; in bbr_fastack()9135 tp->ts_recent = to->to_tsval; in bbr_do_syn_recv()9349 tp->ts_recent = to->to_tsval; in bbr_do_established()9445 tp->ts_recent = to->to_tsval; in bbr_do_close_wait()9578 tp->ts_recent = to->to_tsval; in bbr_do_fin_wait_1()9705 tp->ts_recent = to->to_tsval; in bbr_do_closing()9818 tp->ts_recent = to->to_tsval; in bbr_do_lastack()9938 tp->ts_recent = to->to_tsval; in bbr_do_fin_wait_2()11524 tp->ts_recent = to.to_tsval; in bbr_do_segment_nounlock()[all …]
8860 tp->ts_recent = to->to_tsval; in rack_do_fastnewdata()9049 tp->ts_recent = to->to_tsval; in rack_fastack()9455 tp->ts_recent = to->to_tsval; in rack_do_syn_recv()9650 tp->ts_recent = to->to_tsval; in rack_do_established()9745 tp->ts_recent = to->to_tsval; in rack_do_close_wait()9878 tp->ts_recent = to->to_tsval; in rack_do_fin_wait_1()10001 tp->ts_recent = to->to_tsval; in rack_do_closing()10110 tp->ts_recent = to->to_tsval; in rack_do_lastack()10221 tp->ts_recent = to->to_tsval; in rack_do_fin_wait_2()11004 tp->ts_recent = to.to_tsval; in rack_do_segment_nounlock()[all …]
773 tp->ts_recent = 0; in ctf_ts_check()