Searched refs:timer_slop (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/netinet/tcp_stacks/ |
| H A D | tcp_rack.h | 385 uint32_t timer_slop; member
|
| H A D | rack.c | 2813 log.u_bbr.lt_epoch = rack->r_ctl.timer_slop; in rack_log_rtt_sample() 5995 rack_persist_min, rack_persist_max, rack->r_ctl.timer_slop); in rack_get_persists_timer_val() 6270 rack_rto_min, rack_rto_max, rack->r_ctl.timer_slop); in rack_enter_persist() 6331 rack_rto_min, rack_rto_max, rack->r_ctl.timer_slop); in rack_exit_persist() 7664 max(rack_rto_min, rexmt), rack_rto_max, rack->r_ctl.timer_slop); in rack_timeout_rxt() 8661 max(rack_rto_min, rtt + 2), rack_rto_max, rack->r_ctl.timer_slop); in tcp_rack_xmit_timer_commit() 8836 rack_rto_min, rack_rto_max, rack->r_ctl.timer_slop); in rack_update_rtt() 11697 rack_rto_min, rack_rto_max, rack->r_ctl.timer_slop); in rack_process_ack() 11774 rack_rto_min, rack_rto_max, rack->r_ctl.timer_slop); in rack_process_ack() 12645 rack_rto_min, rack_rto_max, rack->r_ctl.timer_slop); in rack_fastack() [all …]
|