Lines Matching refs:ts_recent
12541 (TSTMP_LT(to->to_tsval, tp->ts_recent)))) { in rack_do_fastnewdata()
12553 tp->ts_recent = to->to_tsval; in rack_do_fastnewdata()
12667 if ((to->to_flags & TOF_TS) && __predict_false(TSTMP_LT(to->to_tsval, tp->ts_recent))) { in rack_fastack()
12724 tp->ts_recent = to->to_tsval; in rack_fastack()
13123 if ((to->to_flags & TOF_TS) != 0 && tp->ts_recent && in rack_do_syn_recv()
13124 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in rack_do_syn_recv()
13162 tp->ts_recent = to->to_tsval; in rack_do_syn_recv()
13343 if ((to->to_flags & TOF_TS) != 0 && tp->ts_recent && in rack_do_established()
13344 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in rack_do_established()
13370 tp->ts_recent = to->to_tsval; in rack_do_established()
13438 if ((to->to_flags & TOF_TS) != 0 && tp->ts_recent && in rack_do_close_wait()
13439 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in rack_do_close_wait()
13465 tp->ts_recent = to->to_tsval; in rack_do_close_wait()
13563 if ((to->to_flags & TOF_TS) != 0 && tp->ts_recent && in rack_do_fin_wait_1()
13564 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in rack_do_fin_wait_1()
13597 tp->ts_recent = to->to_tsval; in rack_do_fin_wait_1()
13685 if ((to->to_flags & TOF_TS) != 0 && tp->ts_recent && in rack_do_closing()
13686 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in rack_do_closing()
13712 tp->ts_recent = to->to_tsval; in rack_do_closing()
13786 if ((to->to_flags & TOF_TS) != 0 && tp->ts_recent && in rack_do_lastack()
13787 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in rack_do_lastack()
13814 tp->ts_recent = to->to_tsval; in rack_do_lastack()
13889 if ((to->to_flags & TOF_TS) != 0 && tp->ts_recent && in rack_do_fin_wait_2()
13890 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in rack_do_fin_wait_2()
13923 tp->ts_recent = to->to_tsval; in rack_do_fin_wait_2()
15809 if (tp->ts_recent && in rack_do_compressed_ack_processing()
15810 TSTMP_LT(ae->ts_value, tp->ts_recent)) { in rack_do_compressed_ack_processing()
15826 tp->ts_recent = ae->ts_value; in rack_do_compressed_ack_processing()
16772 tp->ts_recent = to.to_tsval; in rack_do_segment_nounlock()
18528 to.to_tsecr = tp->ts_recent; in rack_fast_rsm_output()
19104 to.to_tsecr = tp->ts_recent; in rack_fast_output()
21258 to.to_tsecr = tp->ts_recent; in rack_output()