Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netinet/tcp_stacks/
HDtcp_bbr.h534 uint32_t rc_hptsi_agg_delay; /* How much time are we behind */ member
HDbbr.c778 if (bbr->r_ctl.rc_hptsi_agg_delay) { in bbr_start_hpts_timer()
779 if (slot > 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()
2748 log.u_bbr.flex6 = bbr->r_ctl.rc_hptsi_agg_delay; in bbr_log_type_bbrsnd()
4929 bbr->r_ctl.rc_hptsi_agg_delay = 0; in bbr_remxt_tmr()
7947 bbr->r_ctl.rc_hptsi_agg_delay = 0; in bbr_exit_persist()
11978 if (bbr->r_ctl.rc_hptsi_agg_delay) { in bbr_output_wtime()
11979 if (bbr->r_ctl.rc_hptsi_agg_delay >= bbr->r_ctl.rc_agg_early) { in bbr_output_wtime()
[all …]