Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Drack.c462 rack_grab_rtt(struct tcpcb *tp, struct tcp_rack *rack);
6066 rack_grab_rtt(struct tcpcb *tp, struct tcp_rack *rack) in rack_grab_rtt() function
6111 srtt = rack_grab_rtt(tp, rack); in rack_check_recovery_mode()
6262 srtt = rack_grab_rtt(tp, rack); in rack_timer_start()
6329 (srtt < rack_grab_rtt(tp, rack))) { in rack_timer_start()
6330 srtt = rack_grab_rtt(tp, rack); in rack_timer_start()
6855 thresh = rack_calc_thresh_rack(rack, rack_grab_rtt(tp, rack), cts, __LINE__, 0); in rack_mark_lost()
9100 thresh = rack_calc_thresh_rack(rack, rack_grab_rtt(tp, rack), cts, __LINE__, 0); in rack_log_sack_passed()
17077 srtt = rack_grab_rtt(tp, rack); in tcp_rack_output()
19624 thresh = rack_calc_thresh_rack(rack, rack_grab_rtt(rack->rc_tp, rack), cts, __LINE__, 1); in rack_check_collapsed()