Searched refs:snd_wnd (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/sys/netinet/ |
| D | tcp_input.c | 1819 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 …]
|
| D | tcp_output.c | 674 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()
|
| D | tcp_debug.c | 215 tp->snd_wl1, tp->snd_wl2, tp->snd_wnd); in tcp_trace()
|
| D | tcp_congctl.c | 435 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()
|
| D | tcp_var.h | 268 u_long snd_wnd; /* send window */ member
|
| D | tcp_usrreq.c | 234 ti->tcpi_snd_wnd = tp->snd_wnd / tp->t_segsz; in tcp_fill_info()
|
| /netbsd/src/usr.sbin/trpt/ |
| D | trpt.c | 514 tp->snd_wl2, tp->snd_wnd); in tcp_trace()
|
| /netbsd/src/usr.bin/netstat/ |
| D | inet.c | 1100 tcpcb.snd_wl1, tcpcb.snd_wl2, tcpcb.iss, tcpcb.snd_wnd); in tcp_dump()
|
| D | inet6.c | 1551 (unsigned long long)mypcb.snd_wnd); in tcp6_dump()
|