Searched refs:TSTMP_GEQ (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_seq.h | 59 #define TSTMP_GEQ(a,b) ((int)((a)-(b)) >= 0) macro
|
H A D | tcp_input.c | 1770 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) ) { in tcp_do_segment()
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | bbr.c | 588 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() 3183 if (TSTMP_GEQ(bbr->r_ctl.rc_del_time, bbr->r_ctl.rc_lt_time)) in bbr_lt_bw_sampling() 3675 if (TSTMP_GEQ(bbr->r_ctl.rc_rcvtime, bbr->r_ctl.rc_recovery_start)) in bbr_ack_received() 4176 if (TSTMP_GEQ(rsm->r_tim_lastsent[nidx], prsm->r_tim_lastsent[idx])) { in bbr_calc_thresh_tlp() 8897 if (TSTMP_GEQ(t, to->to_tsecr)) { in bbr_do_syn_sent() 9071 if (TSTMP_GEQ(t, to->to_tsecr)) { in bbr_do_syn_recv()
|
H A D | rack.c | 4516 if (TSTMP_GEQ(us_cts, endtime)) { in rack_check_probe_rtt() 4920 if (TSTMP_GEQ(us_cts, tp->gput_ts)) in rack_do_goodput_measurement() 6208 if (TSTMP_GEQ(rack->r_ctl.rc_tlp_rxt_last_time, ((uint32_t)rsm->r_tim_lastsent[idx]))) in rack_timer_start() 6324 if (TSTMP_GEQ(((uint32_t)rsm->r_tim_lastsent[idx]), rack->r_ctl.rc_tlp_rxt_last_time)) in rack_timer_start() 8081 ((TSTMP_GEQ(us_cts, rack->r_ctl.rc_last_output_to)) || in rack_timer_cancel() 16738 (TSTMP_GEQ(to.to_tsecr, rack->r_ctl.last_rcv_tstmp_for_rtt))) { in rack_do_segment_nounlock() 19824 TSTMP_GEQ(cts, rack->r_ctl.rc_last_output_to)) { in rack_output() 24168 if (TSTMP_GEQ(cts, rack->r_ctl.rc_last_output_to)) in rack_wake_check() 24174 if (TSTMP_GEQ(cts, rack->r_ctl.rc_timer_exp)) in rack_wake_check()
|