Lines Matching refs:timer_slop
2939 log.u_bbr.lt_epoch = rack->r_ctl.timer_slop; in rack_log_rtt_sample()
6132 rack_persist_min, rack_persist_max, rack->r_ctl.timer_slop); in rack_get_persists_timer_val()
6407 rack_rto_min, rack_rto_max, rack->r_ctl.timer_slop); in rack_enter_persist()
6468 rack_rto_min, rack_rto_max, rack->r_ctl.timer_slop); in rack_exit_persist()
7794 max(rack_rto_min, rexmt), rack_rto_max, rack->r_ctl.timer_slop); in rack_timeout_rxt()
8796 max(rack_rto_min, rtt + 2), rack_rto_max, rack->r_ctl.timer_slop); in tcp_rack_xmit_timer_commit()
8971 rack_rto_min, rack_rto_max, rack->r_ctl.timer_slop); in rack_update_rtt()
11826 rack_rto_min, rack_rto_max, rack->r_ctl.timer_slop); in rack_process_ack()
11903 rack_rto_min, rack_rto_max, rack->r_ctl.timer_slop); in rack_process_ack()
12774 rack_rto_min, rack_rto_max, rack->r_ctl.timer_slop); in rack_fastack()
14677 rack->r_ctl.timer_slop = TICKS_2_USEC(tcp_rexmit_slop); in rack_init()
14933 rack_rto_min, rack_rto_max, rack->r_ctl.timer_slop); in rack_init()
16099 rack_rto_min, rack_rto_max, rack->r_ctl.timer_slop); in rack_do_compressed_ack_processing()
22998 rack->r_ctl.timer_slop = optval; in rack_process_option()
23006 rack->r_ctl.timer_slop); in rack_process_option()
23767 if (dest->r_ctl.timer_slop != src->r_ctl.timer_slop) { in rack_inherit()
23768 dest->r_ctl.timer_slop = src->r_ctl.timer_slop; in rack_inherit()
24734 optval = rack->r_ctl.timer_slop; in rack_get_sockopt()