Home
last modified time | relevance | path

Searched refs:snd_wnd (Results 1 – 8 of 8) sorted by relevance

/original-bsd/sys/netinet/
H A Dtcp_input.c408 tiwin && tiwin == tp->snd_wnd &&
424 tp->snd_cwnd >= tp->snd_wnd) {
906 if (ti->ti_len == 0 && tiwin == tp->snd_wnd) {
938 min(tp->snd_wnd, tp->snd_cwnd) / 2 /
1020 tp->snd_wnd -= so->so_snd.sb_cc;
1025 tp->snd_wnd -= acked;
1105 tp->snd_wl2 == ti->ti_ack && tiwin > tp->snd_wnd))) {
1108 tp->snd_wl2 == ti->ti_ack && tiwin > tp->snd_wnd)
1110 tp->snd_wnd = tiwin;
1113 if (tp->snd_wnd > tp->max_sndwnd)
[all …]
H A Dtcp_debug.c131 tp->snd_wl1, tp->snd_wl2, tp->snd_wnd);
H A Dtcp_var.h52 u_long snd_wnd; /* send window */ member
H A Dtcp_timer.c227 u_int win = min(tp->snd_wnd, tp->snd_cwnd) / 2 / tp->t_maxseg;
H A Dtcp_output.c75 win = min(tp->snd_wnd, tp->snd_cwnd);
/original-bsd/sys/deprecated/bbnnet/
H A Dtcp_procs.c192 wind = tp->snd_una + tp->snd_wnd;
242 else if (tp->snd_wnd > 0)
269 ((100*(tp->snd_nxt-tp->snd_una))/tp->snd_wnd)
580 tp->snd_wnd = n->t_win;
H A Dtcp.h99 u_short snd_wnd; /* window he advertised */ member
/original-bsd/usr.sbin/trpt/
H A Dtrpt.c349 tp->snd_wl2, tp->snd_wnd);