Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_output.c622 if (len >= tp->max_sndwnd / 2 && tp->max_sndwnd > 0) in tcp_output()
H A Dtcp_var.h218 uint32_t max_sndwnd; /* largest window peer has offered */ member
H A Dtcp_input.c3023 if (tp->snd_wnd > tp->max_sndwnd) in tcp_do_segment()
3024 tp->max_sndwnd = tp->snd_wnd; in tcp_do_segment()
H A Dtcp_usrreq.c3018 tp->t_rttupdated, tp->max_sndwnd, tp->t_softerror); in db_print_tcpcb()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h218 uint32_t max_sndwnd; /* largest window peer has offered */ member
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c8554 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()
H A Dbbr.c8234 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()