Lines Matching refs:ts_recent
8453 (TSTMP_LT(to->to_tsval, tp->ts_recent)))) { in bbr_do_fastnewdata()
8465 tp->ts_recent = to->to_tsval; in bbr_do_fastnewdata()
8585 if ((to->to_flags & TOF_TS) && __predict_false(TSTMP_LT(to->to_tsval, tp->ts_recent))) { in bbr_fastack()
8647 tp->ts_recent = to->to_tsval; in bbr_fastack()
8999 if ((to->to_flags & TOF_TS) != 0 && tp->ts_recent && in bbr_do_syn_recv()
9000 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in bbr_do_syn_recv()
9038 tp->ts_recent = to->to_tsval; in bbr_do_syn_recv()
9235 if ((to->to_flags & TOF_TS) != 0 && tp->ts_recent && in bbr_do_established()
9236 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in bbr_do_established()
9262 tp->ts_recent = to->to_tsval; in bbr_do_established()
9332 if ((to->to_flags & TOF_TS) != 0 && tp->ts_recent && in bbr_do_close_wait()
9333 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in bbr_do_close_wait()
9359 tp->ts_recent = to->to_tsval; in bbr_do_close_wait()
9454 if ((to->to_flags & TOF_TS) != 0 && tp->ts_recent && in bbr_do_fin_wait_1()
9455 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in bbr_do_fin_wait_1()
9490 tp->ts_recent = to->to_tsval; in bbr_do_fin_wait_1()
9579 if ((to->to_flags & TOF_TS) != 0 && tp->ts_recent && in bbr_do_closing()
9580 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in bbr_do_closing()
9606 tp->ts_recent = to->to_tsval; in bbr_do_closing()
9681 if ((to->to_flags & TOF_TS) != 0 && tp->ts_recent && in bbr_do_lastack()
9682 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in bbr_do_lastack()
9708 tp->ts_recent = to->to_tsval; in bbr_do_lastack()
9785 if ((to->to_flags & TOF_TS) != 0 && tp->ts_recent && in bbr_do_fin_wait_2()
9786 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in bbr_do_fin_wait_2()
9822 tp->ts_recent = to->to_tsval; in bbr_do_fin_wait_2()
10102 rsm->r_del_ack_ts = tp->ts_recent; in bbr_init()
11416 tp->ts_recent = to.to_tsval; in bbr_do_segment_nounlock()
12889 to.to_tsecr = tp->ts_recent; in bbr_output_wtime()