Home
last modified time | relevance | path

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

/mirbsd/src/sys/netinet/
Dtcp_output.c443 if (len >= tp->max_sndwnd / 2 && tp->max_sndwnd > 0)
Dtcp_var.h161 u_long max_sndwnd; /* largest window peer has offered */ member
Dtcp_input.c1594 tp->snd_una - tp->max_sndwnd)) {
1977 if (tp->snd_wnd > tp->max_sndwnd)
1978 tp->max_sndwnd = tp->snd_wnd;
/mirbsd/src/usr.bin/netstat/
Dinet6.c1173 tcp6cb.t_srtt, tcp6cb.t_rttvar, tcp6cb.t_rttmin, tcp6cb.max_sndwnd); in tcp6_dump()