Searched refs:timer_slop (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/netinet/tcp_stacks/ |
H A D | tcp_rack.h | 387 uint32_t timer_slop; member
|
H A D | rack.c | 2939 log.u_bbr.lt_epoch = rack->r_ctl.timer_slop; in rack_log_rtt_sample() 6133 rack_persist_min, rack_persist_max, rack->r_ctl.timer_slop); in rack_get_persists_timer_val() 6408 rack_rto_min, rack_rto_max, rack->r_ctl.timer_slop); in rack_enter_persist() 6469 rack_rto_min, rack_rto_max, rack->r_ctl.timer_slop); in rack_exit_persist() 7792 max(rack_rto_min, rexmt), rack_rto_max, rack->r_ctl.timer_slop); in rack_timeout_rxt() 8793 max(rack_rto_min, rtt + 2), rack_rto_max, rack->r_ctl.timer_slop); in tcp_rack_xmit_timer_commit() 8968 rack_rto_min, rack_rto_max, rack->r_ctl.timer_slop); in rack_update_rtt() 11823 rack_rto_min, rack_rto_max, rack->r_ctl.timer_slop); in rack_process_ack() 11900 rack_rto_min, rack_rto_max, rack->r_ctl.timer_slop); in rack_process_ack() 12771 rack_rto_min, rack_rto_max, rack->r_ctl.timer_slop); in rack_fastack() [all …]
|