Searched refs:TSTMP_LT (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/netinet/ |
H A D | tcp_seq.h | 57 #define TSTMP_LT(a,b) ((int)((a)-(b)) < 0) macro
|
H A D | tcp_timewait.c | 199 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_twcheck()
|
H A D | tcp_syncache.c | 448 if (TSTMP_LT(sc->sc_rxttime, sch->sch_nextc)) { in syncache_timeout() 504 if (TSTMP_LT(sc->sc_rxttime, sch->sch_nextc)) in syncache_timer() 1191 TSTMP_LT(to->to_tsval, sc->sc_tsreflect)) { in syncache_expand()
|
H A D | tcp_input.c | 1641 TSTMP_LT(to.to_tsecr, tp->t_badrxtwin)) { in tcp_do_segment() 1801 TSTMP_LT(ticks, tp->t_badrxtwin)) { in tcp_do_segment() 2238 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_do_segment() 2968 TSTMP_LT(to.to_tsecr, tp->t_badrxtwin)) in tcp_do_segment()
|
/freebsd/sys/netinet/khelp/ |
H A D | h_ertt.c | 295 if (!e_t->dlyack_rx && TSTMP_LT(rts, txsi->tx_ts)) in ertt_packet_measurement_hook() 320 TSTMP_LT(to->to_tsval, txsi->rx_ts)) { in ertt_packet_measurement_hook()
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | bbr.c | 4361 if (TSTMP_LT(cts, bbr->r_ctl.rc_timer_exp)) { in bbr_timeout_rack() 4549 if (TSTMP_LT(cts, bbr->r_ctl.rc_timer_exp)) { in bbr_timeout_tlp() 5190 if (TSTMP_LT(cts, bbr->r_ctl.rc_timer_exp)) { in bbr_process_timers() 8453 (TSTMP_LT(to->to_tsval, tp->ts_recent)))) { in bbr_do_fastnewdata() 8585 if ((to->to_flags & TOF_TS) && __predict_false(TSTMP_LT(to->to_tsval, tp->ts_recent))) { in bbr_fastack() 9000 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in bbr_do_syn_recv() 9236 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in bbr_do_established() 9333 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in bbr_do_close_wait() 9455 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in bbr_do_fin_wait_1() 9580 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in bbr_do_closing() [all …]
|
H A D | rack.c | 4465 TSTMP_LT(us_cts, endtime)) { in rack_check_probe_rtt() 4489 if ((TSTMP_LT(us_cts, must_stay) && in rack_check_probe_rtt() 6136 if (TSTMP_LT(tsused, ((uint32_t)rsm->r_tim_lastsent[idx]))) { in rack_check_recovery_mode() 6887 if (TSTMP_LT(exp, cts) || (exp == cts)) { in rack_mark_lost() 7191 if (TSTMP_LT(cts, rack->r_ctl.rc_timer_exp)) { in rack_timeout_tlp() 8014 if (TSTMP_LT(cts, rack->r_ctl.rc_timer_exp)) { in rack_process_timers() 9152 if (TSTMP_LT(exp, cts) || (exp == cts)) { in rack_log_sack_passed() 12564 (TSTMP_LT(to->to_tsval, tp->ts_recent)))) { in rack_do_fastnewdata() 12690 if ((to->to_flags & TOF_TS) && __predict_false(TSTMP_LT(to->to_tsval, tp->ts_recent))) { in rack_fastack() 13147 TSTMP_LT(t in rack_do_syn_recv() [all...] |