Home
last modified time | relevance | path

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

/netbsd/src/sys/netinet/
Dtcp_input.c1819 tiwin && tiwin == tp->snd_wnd && in tcp_input()
1840 tp->snd_cwnd >= tp->snd_wnd && in tcp_input()
2469 if (tlen == 0 && !dupseg && tiwin == tp->snd_wnd) { in tcp_input()
2570 tp->snd_wnd -= so->so_snd.sb_cc; in tcp_input()
2578 if (tp->snd_wnd > acked) in tcp_input()
2579 tp->snd_wnd -= acked; in tcp_input()
2581 tp->snd_wnd = 0; in tcp_input()
2668 (tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd))))) { in tcp_input()
2671 tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd) in tcp_input()
2673 tp->snd_wnd = tiwin; in tcp_input()
[all …]
Dtcp_output.c674 win = uimin(tp->snd_wnd, tp->snd_cwnd); in tcp_output()
702 cwin = uimin(tp->snd_wnd, tp->snd_cwnd) - sack_bytes_rxmt; in tcp_output()
781 if (tp->snd_wnd < so->so_snd.sb_cc) { in tcp_output()
782 len = tp->snd_wnd - off; in tcp_output()
878 if ((tp->snd_wnd / 4 * 5) >= so->so_snd.sb_hiwat && in tcp_output()
Dtcp_debug.c215 tp->snd_wl1, tp->snd_wl2, tp->snd_wnd); in tcp_trace()
Dtcp_congctl.c435 win = ulmin(tp->snd_wnd, tp->snd_cwnd) * betaa / betab / tp->t_segsz; in tcp_common_congestion_exp()
549 win = ulmin(tp->snd_wnd, tp->snd_cwnd) / 2 / tp->t_segsz; in tcp_reno_slow_retransmit()
Dtcp_var.h268 u_long snd_wnd; /* send window */ member
Dtcp_usrreq.c234 ti->tcpi_snd_wnd = tp->snd_wnd / tp->t_segsz; in tcp_fill_info()
/netbsd/src/usr.sbin/trpt/
Dtrpt.c514 tp->snd_wl2, tp->snd_wnd); in tcp_trace()
/netbsd/src/usr.bin/netstat/
Dinet.c1100 tcpcb.snd_wl1, tcpcb.snd_wl2, tcpcb.iss, tcpcb.snd_wnd); in tcp_dump()
Dinet6.c1551 (unsigned long long)mypcb.snd_wnd); in tcp6_dump()