Searched refs:TSTMP_GT (Results 1 – 9 of 9) sorted by relevance
| /f-stack/tools/compat/include/netinet/ |
| H A D | tcp_seq.h | 60 #define TSTMP_GT(a,b) ((int)((a)-(b)) > 0) macro
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_seq.h | 60 #define TSTMP_GT(a,b) ((int)((a)-(b)) > 0) macro
|
| H A D | tcp_lro.c | 784 if (TSTMP_GT(le->tsval, tsval)) { in tcp_lro_condense()
|
| H A D | tcp_syncache.c | 507 if (TSTMP_GT(sc->sc_rxttime, tick)) { in syncache_timer()
|
| H A D | tcp_input.c | 1630 if (TSTMP_GT(to.to_tsecr, tcp_ts_getticks())) in tcp_do_segment()
|
| /f-stack/freebsd/netinet/khelp/ |
| H A D | h_ertt.c | 305 if (TSTMP_GT(rts, txsi->tx_ts)) { in ertt_packet_measurement_hook()
|
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | bbr.c | 602 if (TSTMP_GT(tstmp_touse, cts)) in bbr_timer_start() 679 if (TSTMP_GT(tstmp_touse, cts)) in bbr_timer_start() 774 if (TSTMP_GT(cts, bbr->rc_pacer_started)) { in bbr_start_hpts_timer() 5274 if (TSTMP_GT(cts, bbr->rc_pacer_started)) in bbr_timer_cancel() 6881 if (TSTMP_GT(cts, rsm->r_tim_lastsent[0])) in bbr_update_rtt() 6923 if (TSTMP_GT(cts, rsm->r_tim_lastsent[i])) in bbr_update_rtt() 6954 if (TSTMP_GT(cts, rsm->r_tim_lastsent[i])) in bbr_update_rtt() 6976 if (TSTMP_GT(cts, rsm->r_tim_lastsent[i])) in bbr_update_rtt() 10617 if (TSTMP_GT(cts, bbr->r_ctl.gain_epoch) && in bbr_set_probebw_gains() 11594 if (TSTMP_GT(lcts, cts)) { in bbr_do_segment_nounlock() [all …]
|
| H A D | rack_bbr_common.c | 924 if (tp->t_maxunacktime && tp->t_acktime && TSTMP_GT(ticks, tp->t_acktime)) { in ctf_progress_timeout_check()
|
| H A D | rack.c | 3139 TSTMP_GT(us_cts, rack->r_ctl.rc_time_probertt_entered) && in rack_check_probe_rtt() 3160 if (TSTMP_GT(us_cts, rack->r_ctl.rc_time_probertt_entered)) in rack_check_probe_rtt() 3461 if (TSTMP_GT(rack->r_ctl.rc_gp_cumack_ts, rack->r_ctl.rc_gp_output_ts)) in rack_do_goodput_measurement() 4468 if (TSTMP_GT(cts, tstmp_touse)) in rack_timer_start() 4569 if (TSTMP_GT(cts, tstmp_touse)) in rack_timer_start() 4759 if (stopped && TSTMP_GT(rack->r_ctl.rc_timer_exp, cts)) { in rack_start_hpts_timer() 10735 if (TSTMP_GT(rack->r_ctl.rc_last_output_to, us_cts)) { in rack_timer_audit() 10958 if (TSTMP_GT(to.to_tsecr, cts)) in rack_do_segment_nounlock() 11153 if (TSTMP_GT(rack->r_ctl.rc_last_output_to, us_cts)) { in rack_do_segment_nounlock() 12009 TSTMP_GT(rack->r_ctl.rc_last_output_to, us_cts)) { in rack_output() [all …]
|