Searched refs:TSTMP_LT (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/sys/netinet/ |
| H A D | tcp_seq.h | 59 #define TSTMP_LT(a,b) ((int)((a)-(b)) < 0) macro
|
| H A D | tcp_timewait.c | 200 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_twcheck()
|
| H A D | tcp_syncache.c | 456 if (TSTMP_LT(sc->sc_rxttime, sch->sch_nextc)) { in syncache_timeout() 512 if (TSTMP_LT(sc->sc_rxttime, sch->sch_nextc)) in syncache_timer() 1201 TSTMP_LT(to->to_tsval, sc->sc_tsreflect)) { in syncache_expand()
|
| H A D | tcp_input.c | 1636 TSTMP_LT(to.to_tsecr, tp->t_badrxtwin)) in tcp_do_segment() 1788 TSTMP_LT(ticks, tp->t_badrxtwin)) { in tcp_do_segment() 2223 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_do_segment() 2926 TSTMP_LT(to.to_tsecr, tp->t_badrxtwin)) in tcp_do_segment()
|
| /freebsd-14.2/sys/netinet/khelp/ |
| H A D | h_ertt.c | 296 if (!e_t->dlyack_rx && TSTMP_LT(rts, txsi->tx_ts)) in ertt_packet_measurement_hook() 321 TSTMP_LT(to->to_tsval, txsi->rx_ts)) { in ertt_packet_measurement_hook()
|
| /freebsd-14.2/sys/netinet/tcp_stacks/ |
| H A D | rack_bbr_common.c | 550 if (TSTMP_LT((*ts), cts)) { in ctf_ack_war_checks() 787 if (TSTMP_LT((*ts), cts)) { in __ctf_process_rst()
|
| H A D | bbr.c | 4371 if (TSTMP_LT(cts, bbr->r_ctl.rc_timer_exp)) { in bbr_timeout_rack() 4559 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() 8461 (TSTMP_LT(to->to_tsval, tp->ts_recent)))) { in bbr_do_fastnewdata() 9008 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in bbr_do_syn_recv() 9244 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in bbr_do_established() 9341 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in bbr_do_close_wait() 9463 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in bbr_do_fin_wait_1() 9588 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in bbr_do_closing() 9690 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in bbr_do_lastack() [all …]
|
| H A D | rack.c | 4422 TSTMP_LT(us_cts, endtime)) { in rack_check_probe_rtt() 4443 if ((TSTMP_LT(us_cts, must_stay) && in rack_check_probe_rtt() 7330 if (TSTMP_LT(cts, rack->r_ctl.rc_timer_exp)) { in rack_timeout_tlp() 13494 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in rack_do_syn_recv() 13717 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in rack_do_established() 13817 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in rack_do_close_wait() 13947 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in rack_do_fin_wait_1() 14074 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in rack_do_closing() 14180 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in rack_do_lastack() 14287 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in rack_do_fin_wait_2() [all …]
|