Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/tcp_stacks/
HDfastpath.c212 if (tp->snd_wnd > tp->max_sndwnd) in tcp_do_fastack()
213 tp->max_sndwnd = tp->snd_wnd; in tcp_do_fastack()
1446 if (tp->snd_wnd > tp->max_sndwnd) in tcp_do_slowpath()
1447 tp->max_sndwnd = tp->snd_wnd; in tcp_do_slowpath()
2055 if (tp->snd_wnd > tp->max_sndwnd) in tcp_fastack()
2056 tp->max_sndwnd = tp->snd_wnd; in tcp_fastack()
/NextBSD/sys/netinet/
HDtcp_output.c600 if (len >= tp->max_sndwnd / 2 && tp->max_sndwnd > 0) in tcp_output()
HDtcp_var.h201 u_long max_sndwnd; /* largest window peer has offered */ member
HDtcp_input.c2913 if (tp->snd_wnd > tp->max_sndwnd) in tcp_do_segment()
2914 tp->max_sndwnd = tp->snd_wnd; in tcp_do_segment()
HDtcp_usrreq.c2228 tp->t_rttupdated, tp->max_sndwnd, tp->t_softerror); in db_print_tcpcb()