Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Drack_bbr_common.c486 ctf_outstanding(struct tcpcb *tp) in ctf_outstanding() function
501 if (rc_sacked <= ctf_outstanding(tp)) in ctf_flight_size()
502 return(ctf_outstanding(tp) - rc_sacked); in ctf_flight_size()
H A Drack_bbr_common.h89 uint32_t ctf_outstanding(struct tcpcb *tp);
H A Dbbr.c4571 out = ctf_outstanding(tp); in bbr_timeout_tlp()
8171 if (tp->snd_wnd < ctf_outstanding(tp)) in bbr_process_data()
8411 (sbavail(&so->so_snd) > ctf_outstanding(tp))) { in bbr_process_data()
8684 if (tp->snd_wnd < ctf_outstanding(tp)) in bbr_fastack()
10549 if ((ctf_outstanding(bbr->rc_tp) >= bbr->r_ctl.rc_target_at_state) || in bbr_set_probebw_gains()
10550 ((ctf_outstanding(bbr->rc_tp) + bbr->rc_tp->t_maxseg - 1) >= in bbr_set_probebw_gains()
11655 if (ctf_outstanding(tp) >= tp->snd_wnd) { in bbr_what_can_we_send()
11671 if ((len + ctf_outstanding(tp)) > tp->snd_wnd) { in bbr_what_can_we_send()
11673 len = tp->snd_wnd - ctf_outstanding(tp); in bbr_what_can_we_send()
11760 target += ctf_outstanding(tp); in bbr_cwnd_limiting()
[all …]
H A Drack.c5672 if (ctf_outstanding(tp) <= sbavail(&tptosocket(tp)->so_snd)) { in rack_post_recovery()
12116 rack_log_collapse(rack, 0, 0, ctf_outstanding(rack->rc_tp), line, 0, 0, NULL); in rack_un_collapse_window()
12163 rack_log_collapse(rack, cnt, split, ctf_outstanding(rack->rc_tp), line, 0, 0, NULL); in rack_un_collapse_window()
12195 out = ctf_outstanding(tp); in rack_validate_fo_sendwin_up()
12258 if (tp->snd_wnd < ctf_outstanding(tp)) in rack_process_data()
12260 rack_collapsed_window(rack, ctf_outstanding(tp), th->th_ack, __LINE__); in rack_process_data()
12791 if (tp->snd_wnd < ctf_outstanding(tp)) { in rack_fastack()
12793 rack_collapsed_window(rack, ctf_outstanding(tp), th->th_ack, __LINE__); in rack_fastack()
17291 if ((ctf_outstanding(rack->rc_tp) + (segsiz-1)) > rack->rc_tp->snd_wnd) in pace_to_fill_cwnd()
18065 if (ctf_outstanding(tp) >= tp->snd_wnd) { in rack_what_can_we_send()
[all …]