Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Dtcp_input.c1180 tp->snd_wnd = th->th_win; in tcp_input()
1299 if (tiwin != tp->snd_wnd && in tcp_input()
1303 tiwin > tp->snd_wnd) in tcp_input()
1305 tp->snd_wnd = tiwin; in tcp_input()
1750 tiwin == tp->snd_wnd && in tcp_input()
2153 tp->snd_wnd -= acked; in tcp_input()
2164 tiwin > tp->snd_wnd) in tcp_input()
2166 tp->snd_wnd = tiwin; in tcp_input()
2332 tiwin > tp->snd_wnd) in tcp_input()
2334 tp->snd_wnd = tiwin; in tcp_input()
[all …]
H A Dtcp_debug.c211 (u_long)tp->snd_wl1, (u_long)tp->snd_wl2, tp->snd_wnd); in tcp_trace()
H A Dtcp_output.c289 sendwin = min(tp->snd_wnd, tp->snd_cwnd + nsacked); in tcp_output()
452 if ((tp->snd_wnd / 4 * 5) >= hiwat && in tcp_output()
H A Dtcp_timer.c650 u_int win = min(tp->snd_wnd, tp->snd_cwnd) / 2 / tp->t_maxseg; in tcp_timer_rexmt_handler()
H A Dtcp_var.h215 u_long snd_wnd; /* send window */ member
H A Dtcp_sack.c677 sendwin = min(tp->snd_wnd, tp->snd_bwnd); in tcp_sack_nextseg()
H A Dtcp_syncache.c833 tp->snd_wnd = sc->sc_sndwnd; in syncache_socket()
H A Dtcp_subr.c2090 bwnd, delta_ticks, tp->snd_wnd); in tcp_xmit_bandwidth_limit()
/dragonfly/usr.sbin/trpt/
H A Dtrpt.c419 (u_long)tp->snd_wl2, (u_long)tp->snd_wnd); in tcp_trace()