Searched refs:TSTMP_GEQ (Results 1 – 5 of 5) sorted by relevance
| /f-stack/tools/compat/include/netinet/ |
| H A D | tcp_seq.h | 61 #define TSTMP_GEQ(a,b) ((int)((a)-(b)) >= 0) macro
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_seq.h | 61 #define TSTMP_GEQ(a,b) ((int)((a)-(b)) >= 0) macro
|
| H A D | tcp_input.c | 1756 TSTMP_GEQ(to.to_tsval, tp->ts_recent)) ) { in tcp_do_segment()
|
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | bbr.c | 598 if (TSTMP_GEQ(rsm->r_tim_lastsent[idx], bbr->r_ctl.rc_tlp_rxt_last_time)) in bbr_timer_start() 675 if (TSTMP_GEQ(rsm->r_tim_lastsent[idx], bbr->r_ctl.rc_tlp_rxt_last_time)) in bbr_timer_start() 1116 if (TSTMP_GEQ(cts, earlier_time)) in bbr_calc_time() 1124 if (TSTMP_GEQ((cts + 10000), earlier_time)) in bbr_calc_time() 3213 if (TSTMP_GEQ(bbr->r_ctl.rc_del_time, bbr->r_ctl.rc_lt_time)) in bbr_lt_bw_sampling() 3701 if (TSTMP_GEQ(bbr->r_ctl.rc_rcvtime, bbr->r_ctl.rc_recovery_start)) in bbr_ack_received() 4199 if (TSTMP_GEQ(rsm->r_tim_lastsent[nidx], prsm->r_tim_lastsent[idx])) { in bbr_calc_thresh_tlp() 8995 if (TSTMP_GEQ(t, to->to_tsecr)) { in bbr_do_syn_sent() 9165 if (TSTMP_GEQ(t, to->to_tsecr)) { in bbr_do_syn_recv()
|
| H A D | rack.c | 3204 if (TSTMP_GEQ(us_cts, endtime)) { in rack_check_probe_rtt() 3456 if (TSTMP_GEQ(us_cts, tp->gput_ts)) in rack_do_goodput_measurement() 4301 if (TSTMP_GEQ(rsm->r_tim_lastsent[nidx], prsm->r_tim_lastsent[idx])) { in rack_calc_thresh_tlp() 4464 if (TSTMP_GEQ(rsm->r_tim_lastsent[idx], rack->r_ctl.rc_tlp_rxt_last_time)) in rack_timer_start() 4565 if (TSTMP_GEQ(rsm->r_tim_lastsent[idx], rack->r_ctl.rc_tlp_rxt_last_time)) in rack_timer_start() 5882 ((TSTMP_GEQ(us_cts, rack->r_ctl.rc_last_output_to)) || in rack_timer_cancel() 11980 TSTMP_GEQ(us_cts, rack->r_ctl.rc_last_output_to)) { in rack_output()
|