Searched refs:TSTMP_GT (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13-stable/sys/netinet/ |
| HD | tcp_seq.h | 60 #define TSTMP_GT(a,b) ((int)((a)-(b)) > 0) macro
|
| HD | tcp_lro.c | 1056 if (TSTMP_GT(le->tsval, tsval)) { in tcp_lro_condense()
|
| HD | tcp_hpts.c | 1934 if (TSTMP_GT(cts, cts_last_ran[i])) in tcp_choose_hpts_to_run()
|
| HD | tcp_syncache.c | 507 if (TSTMP_GT(sc->sc_rxttime, tick)) { in syncache_timer()
|
| HD | tcp_input.c | 1701 if (TSTMP_GT(to.to_tsecr, tcp_ts_getticks())) in tcp_do_segment()
|
| /freebsd-13-stable/sys/netinet/khelp/ |
| HD | h_ertt.c | 303 if (TSTMP_GT(rts, txsi->tx_ts)) { in ertt_packet_measurement_hook()
|
| /freebsd-13-stable/sys/netinet/tcp_stacks/ |
| HD | bbr.c | 599 if (TSTMP_GT(tstmp_touse, cts)) in bbr_timer_start() 676 if (TSTMP_GT(tstmp_touse, cts)) in bbr_timer_start() 757 if (stopped && TSTMP_GT(bbr->r_ctl.rc_timer_exp, cts)) { in bbr_start_hpts_timer() 771 if (TSTMP_GT(cts, bbr->rc_pacer_started)) { in bbr_start_hpts_timer() 5266 if (TSTMP_GT(cts, bbr->rc_pacer_started)) in bbr_timer_cancel() 6429 (TSTMP_GT(cts, bbr->r_ctl.last_in_probertt)) && in bbr_set_reduced_rtt() 6486 if (TSTMP_GT(bbr->r_ctl.rc_del_time, rsm->r_del_time)) in bbr_nf_measurement() 6553 TSTMP_GT(rsm->r_tim_lastsent[(rsm->r_rtr_cnt -1)],rsm->r_first_sent_time)) { in bbr_nf_measurement() 6603 if (TSTMP_GT(bbr->r_ctl.rc_del_time, rsm->r_del_time)) in bbr_google_measurement() 6631 TSTMP_GT(rsm->r_tim_lastsent[(rsm->r_rtr_cnt -1)],rsm->r_first_sent_time)) { in bbr_google_measurement() [all …]
|
| HD | rack_bbr_common.c | 1004 if (tp->t_maxunacktime && tp->t_acktime && TSTMP_GT(ticks, tp->t_acktime)) { in ctf_progress_timeout_check()
|
| HD | rack.c | 3884 TSTMP_GT(us_cts, rack->r_ctl.rc_time_probertt_entered) && in rack_check_probe_rtt() 3905 if (TSTMP_GT(us_cts, rack->r_ctl.rc_time_probertt_entered)) in rack_check_probe_rtt() 5342 if (TSTMP_GT(cts, tstmp_touse)) in rack_timer_start() 5365 if (TSTMP_GT(cts, (uint32_t)rsm->r_tim_lastsent[0])) { in rack_timer_start() 5465 if (TSTMP_GT(cts, tstmp_touse)) in rack_timer_start() 5697 if (stopped && TSTMP_GT(rack->r_ctl.rc_timer_exp, cts)) { in rack_start_hpts_timer() 6771 if ((TSTMP_GT(cts, (uint32_t)rsm->r_tim_lastsent[0])) && in rack_timeout_rxt() 7884 …if (TSTMP_GT(tcp_tv_to_usectick(&rack->r_ctl.act_rcv_time), rsm->r_tim_lastsent[(rsm->r_rtr_cnt-1)… in rack_update_rtt() 12699 if (TSTMP_GT(rack->r_ctl.rc_last_output_to, us_cts)) { in rack_timer_audit() 13024 if (TSTMP_GT(ae->ts_echo, cts)) in rack_do_compressed_ack_processing() [all …]
|