Searched refs:max_sndwnd (Results 1 – 7 of 7) sorted by relevance
622 if (len >= tp->max_sndwnd / 2 && tp->max_sndwnd > 0) in tcp_output()
218 uint32_t max_sndwnd; /* largest window peer has offered */ member
3023 if (tp->snd_wnd > tp->max_sndwnd) in tcp_do_segment()3024 tp->max_sndwnd = tp->snd_wnd; in tcp_do_segment()
3018 tp->t_rttupdated, tp->max_sndwnd, tp->t_softerror); in db_print_tcpcb()
8554 if (tp->snd_wnd > tp->max_sndwnd) in rack_process_data()8555 tp->max_sndwnd = tp->snd_wnd; in rack_process_data()9016 if (tp->snd_wnd > tp->max_sndwnd) in rack_fastack()9017 tp->max_sndwnd = tp->snd_wnd; in rack_fastack()12659 if (len >= tp->max_sndwnd / 2 && tp->max_sndwnd > 0) { in rack_output()
8234 if (tp->snd_wnd > tp->max_sndwnd) in bbr_process_data()8235 tp->max_sndwnd = tp->snd_wnd; in bbr_process_data()8712 if (tp->snd_wnd > tp->max_sndwnd) in bbr_fastack()8713 tp->max_sndwnd = tp->snd_wnd; in bbr_fastack()12781 if (len >= tp->max_sndwnd / 2 && tp->max_sndwnd > 0) { in bbr_output_wtime()