Home
last modified time | relevance | path

Searched refs:TSTMP_GEQ (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/sys/netinet/
HDtcp_seq.h61 #define TSTMP_GEQ(a,b) ((int)((a)-(b)) >= 0) macro
HDtcp_input.c1759 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) ) { in tcp_do_segment()
/freebsd-14-stable/sys/netinet/tcp_stacks/
HDbbr.c588 if (TSTMP_GEQ(rsm->r_tim_lastsent[idx], bbr->r_ctl.rc_tlp_rxt_last_time)) in bbr_timer_start()
665 if (TSTMP_GEQ(rsm->r_tim_lastsent[idx], bbr->r_ctl.rc_tlp_rxt_last_time)) in bbr_timer_start()
1097 if (TSTMP_GEQ(cts, earlier_time)) in bbr_calc_time()
1105 if (TSTMP_GEQ((cts + 10000), earlier_time)) in bbr_calc_time()
3182 if (TSTMP_GEQ(bbr->r_ctl.rc_del_time, bbr->r_ctl.rc_lt_time)) in bbr_lt_bw_sampling()
3674 if (TSTMP_GEQ(bbr->r_ctl.rc_rcvtime, bbr->r_ctl.rc_recovery_start)) in bbr_ack_received()
4175 if (TSTMP_GEQ(rsm->r_tim_lastsent[nidx], prsm->r_tim_lastsent[idx])) { in bbr_calc_thresh_tlp()
8886 if (TSTMP_GEQ(t, to->to_tsecr)) { in bbr_do_syn_sent()
9060 if (TSTMP_GEQ(t, to->to_tsecr)) { in bbr_do_syn_recv()
HDrack.c4472 if (TSTMP_GEQ(us_cts, endtime)) { in rack_check_probe_rtt()
4848 if (TSTMP_GEQ(us_cts, tp->gput_ts)) in rack_do_goodput_measurement()
6370 if (TSTMP_GEQ(rack->r_ctl.rc_tlp_rxt_last_time, ((uint32_t)rsm->r_tim_lastsent[idx]))) in rack_timer_start()
6496 if (TSTMP_GEQ(((uint32_t)rsm->r_tim_lastsent[idx]), rack->r_ctl.rc_tlp_rxt_last_time)) in rack_timer_start()
8187 ((TSTMP_GEQ(us_cts, rack->r_ctl.rc_last_output_to)) || in rack_timer_cancel()
20032 TSTMP_GEQ(cts, rack->r_ctl.rc_last_output_to)) { in rack_output()
23733 if (TSTMP_GEQ(cts, rack->r_ctl.rc_last_output_to)) in rack_wake_check()
23739 if (TSTMP_GEQ(cts, rack->r_ctl.rc_timer_exp)) in rack_wake_check()