Searched refs:TSTMP_GT (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_seq.h | 58 #define TSTMP_GT(a,b) ((int)((a)-(b)) > 0) macro
|
H A D | tcp_timer.c | 477 if (TSTMP_GT(TP_MAXUNACKTIME(tp) + tp->t_acktime, (u_int)ticks)) in tcp_maxunacktime_check()
|
H A D | tcp_lro.c | 1057 if (TSTMP_GT(le->tsval, tsval)) { in tcp_lro_condense()
|
H A D | tcp_hpts.c | 1532 if (TSTMP_GT(cts, tcp_pace.cts_last_ran[i])) in tcp_choose_hpts_to_run()
|
H A D | tcp_syncache.c | 503 if (TSTMP_GT(sc->sc_rxttime, tick)) { in syncache_timer()
|
H A D | tcp_input.c | 1636 if (TSTMP_GT(to.to_tsecr, tcp_ts_getticks())) { in tcp_do_segment()
|
/freebsd/sys/netinet/khelp/ |
H A D | h_ertt.c | 302 if (TSTMP_GT(rts, txsi->tx_ts)) { in ertt_packet_measurement_hook()
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | bbr.c | 592 if (TSTMP_GT(tstmp_touse, cts)) in bbr_timer_start() 669 if (TSTMP_GT(tstmp_touse, cts)) in bbr_timer_start() 749 if (stopped && TSTMP_GT(bbr->r_ctl.rc_timer_exp, cts)) { in bbr_start_hpts_timer() 763 if (TSTMP_GT(cts, bbr->rc_pacer_started)) { in bbr_start_hpts_timer() 5254 if (TSTMP_GT(cts, bbr->rc_pacer_started)) in bbr_timer_cancel() 6400 (TSTMP_GT(cts, bbr->r_ctl.last_in_probertt)) && in bbr_set_reduced_rtt() 6457 if (TSTMP_GT(bbr->r_ctl.rc_del_time, rsm->r_del_time)) in bbr_nf_measurement() 6522 TSTMP_GT(rsm->r_tim_lastsent[(rsm->r_rtr_cnt -1)],rsm->r_first_sent_time)) { in bbr_nf_measurement() 6572 if (TSTMP_GT(bbr->r_ctl.rc_del_time, rsm->r_del_time)) in bbr_google_measurement() 6598 TSTMP_GT(rsm->r_tim_lastsent[(rsm->r_rtr_cnt -1)],rsm->r_first_sent_time)) { in bbr_google_measurement() [all …]
|
H A D | rack_bbr_common.c | 947 if (tp->t_maxunacktime && tp->t_acktime && TSTMP_GT(ticks, tp->t_acktime)) { in ctf_progress_timeout_check()
|
H A D | rack.c | 4448 TSTMP_GT(us_cts, rack->r_ctl.rc_time_probertt_entered) && in rack_check_probe_rtt() 4469 if (TSTMP_GT(us_cts, rack->r_ctl.rc_time_probertt_entered)) in rack_check_probe_rtt() 4522 (TSTMP_GT(us_cts, rack->r_ctl.rc_lower_rtt_us_cts)) && in rack_check_probe_rtt() 6212 if (TSTMP_GT(cts, tstmp_touse)) in rack_timer_start() 6236 if (TSTMP_GT(cts, (uint32_t)rsm->r_tim_lastsent[0])) { in rack_timer_start() 6328 if (TSTMP_GT(cts, tstmp_touse)) in rack_timer_start() 6582 if (stopped && TSTMP_GT(rack->r_ctl.rc_timer_exp, cts)) { in rack_start_hpts_timer() 7750 if ((TSTMP_GT(cts, (uint32_t)rsm->r_tim_lastsent[0])) && in rack_timeout_rxt() 8909 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() 9014 if (TSTMP_GT(tcp_tv_to_usectic in rack_update_rtt() [all...] |