Home
last modified time | relevance | path

Searched refs:rc_hptsi_agg_delay (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netinet/tcp_stacks/
H A Dtcp_bbr.h534 uint32_t rc_hptsi_agg_delay; /* How much time are we behind */ member
H A Dbbr.c778 if (bbr->r_ctl.rc_hptsi_agg_delay) { in bbr_start_hpts_timer()
781 slot -= bbr->r_ctl.rc_hptsi_agg_delay; in bbr_start_hpts_timer()
782 bbr->r_ctl.rc_hptsi_agg_delay = 0; in bbr_start_hpts_timer()
785 bbr->r_ctl.rc_hptsi_agg_delay -= slot; in bbr_start_hpts_timer()
4940 bbr->r_ctl.rc_hptsi_agg_delay = 0; in bbr_remxt_tmr()
7939 bbr->r_ctl.rc_hptsi_agg_delay = 0; in bbr_exit_persist()
11983 if (bbr->r_ctl.rc_hptsi_agg_delay) { in bbr_output_wtime()
11991 bbr->r_ctl.rc_hptsi_agg_delay = 0; in bbr_output_wtime()
12017 if ((bbr->r_ctl.rc_hptsi_agg_delay + delay_calc) < bbr->r_ctl.rc_hptsi_agg_delay) in bbr_output_wtime()
12722 bbr->r_ctl.rc_hptsi_agg_delay = 0; in bbr_output_wtime()
[all …]