Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Drack.c5916 rack_calc_thresh_rack(struct tcp_rack *rack, uint32_t srtt, uint32_t cts, int line, int log_allowed) in policer_detection()
6134 thresh = rack_calc_thresh_rack(rack, srtt, tsused, __LINE__, 1); in policer_detection()
6285 thresh = rack_calc_thresh_rack(rack, srtt, cts, __LINE__, 1); in rack_cong_signal()
6877 thresh = rack_calc_thresh_rack(rack, rack_grab_rtt(tp, rack), cts, __LINE__, 0); in rack_timer_start()
9122 thresh = rack_calc_thresh_rack(rack, rack_grab_rtt(tp, rack), cts, __LINE__, 0); in rack_log_output()
17108 thresh = rack_calc_thresh_rack(rack, srtt, tsused, __LINE__, 1); in rack_do_compressed_ack_processing()
19666 thresh = rack_calc_thresh_rack(rack, rack_grab_rtt(rack->rc_tp, rack), cts, __LINE__, 1); in rack_fast_rsm_output()
6491 rack_calc_thresh_rack(struct tcp_rack *rack, uint32_t srtt, uint32_t cts, int line, int log_allowed) rack_calc_thresh_rack() function