Searched refs:max_sndwnd (Results 1 – 3 of 3) sorted by relevance
278 uint64_t max_sndwnd; /* largest window peer has offered */ member
529 if (len >= tp->max_sndwnd / 2 && tp->max_sndwnd > 0) in tcp_output()
2509 if (tp->snd_wnd > tp->max_sndwnd) in tcp_do_segment()2510 tp->max_sndwnd = tp->snd_wnd; in tcp_do_segment()