Searched refs:TSTMP_LT (Results 1 – 8 of 8) sorted by relevance
| /f-stack/tools/compat/include/netinet/ |
| H A D | tcp_seq.h | 59 #define TSTMP_LT(a,b) ((int)((a)-(b)) < 0) macro
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_seq.h | 59 #define TSTMP_LT(a,b) ((int)((a)-(b)) < 0) macro
|
| H A D | tcp_timewait.c | 424 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_twcheck()
|
| H A D | tcp_syncache.c | 452 if (TSTMP_LT(sc->sc_rxttime, sch->sch_nextc)) { in syncache_timeout() 508 if (TSTMP_LT(sc->sc_rxttime, sch->sch_nextc)) in syncache_timer() 1274 TSTMP_LT(to->to_tsval, sc->sc_tsreflect)) { in syncache_expand()
|
| H A D | tcp_input.c | 2225 TSTMP_LT(to.to_tsval, tp->ts_recent)) { in tcp_do_segment()
|
| /f-stack/freebsd/netinet/khelp/ |
| H A D | h_ertt.c | 298 if (!e_t->dlyack_rx && TSTMP_LT(rts, txsi->tx_ts)) in ertt_packet_measurement_hook() 323 TSTMP_LT(to->to_tsval, txsi->rx_ts)) { in ertt_packet_measurement_hook()
|
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack.c | 3156 TSTMP_LT(us_cts, endtime)) { in rack_check_probe_rtt() 3177 if ((TSTMP_LT(us_cts, must_stay) && in rack_check_probe_rtt() 5167 if (TSTMP_LT(cts, rack->r_ctl.rc_timer_exp)) { in rack_timeout_tlp() 9417 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in rack_do_syn_recv() 9624 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in rack_do_established() 9719 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in rack_do_close_wait() 9844 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in rack_do_fin_wait_1() 9967 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in rack_do_closing() 10076 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in rack_do_lastack() 10186 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in rack_do_fin_wait_2() [all …]
|
| H A D | bbr.c | 4384 if (TSTMP_LT(cts, bbr->r_ctl.rc_timer_exp)) { in bbr_timeout_rack() 4571 if (TSTMP_LT(cts, bbr->r_ctl.rc_timer_exp)) { in bbr_timeout_tlp() 5210 if (TSTMP_LT(cts, bbr->r_ctl.rc_timer_exp)) { in bbr_process_timers() 8530 (TSTMP_LT(to->to_tsval, tp->ts_recent)))) { in bbr_do_fastnewdata() 9096 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in bbr_do_syn_recv() 9322 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in bbr_do_established() 9418 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in bbr_do_close_wait() 9539 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in bbr_do_fin_wait_1() 9666 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in bbr_do_closing() 9779 TSTMP_LT(to->to_tsval, tp->ts_recent)) { in bbr_do_lastack() [all …]
|