Searched refs:snd_wnd (Results 1 - 11 of 11) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_newreno.c207 if (tp->snd_cwnd < tp->snd_wnd) {
282 win = min(tp->snd_wnd, tp->snd_cwnd) /
347 u_int win = min(tp->snd_wnd, tp->snd_cwnd) / 2 / tp->t_maxseg;
414 uint32_t cwnd = min(tp->snd_wnd, tp->snd_cwnd);
H A Dtcp_ledbat.c238 if (tp->snd_cwnd < tp->snd_wnd && incr > 0) {
296 win = min(tp->snd_wnd, tp->snd_cwnd) /
377 u_int win = min(tp->snd_wnd, tp->snd_cwnd) / 2 / tp->t_maxseg;
430 cwnd = min(tp->snd_wnd, tp->snd_cwnd);
H A Dtcp_debug.c256 (uint32_t)tp->snd_wl1, (uint32_t)tp->snd_wl2, tp->snd_wnd);
H A Dtcp_var.h274 u_int32_t snd_wnd; /* send window */ member in struct:tcpcb
672 u_int32_t snd_wnd; /* send window */ member in struct:otcpcb
945 u_int32_t snd_wnd; /* send window */ member in struct:xtcpcb64
1027 u_int32_t snd_wnd; /* send window */ member in struct:xtcpcb_n
H A Dtcp_input.c2308 tiwin && tiwin == tp->snd_wnd &&
2662 tp->snd_wnd = tiwin; /* initial send-window */
2758 tp->snd_wnd = th->th_win; /* initial send window */
3257 tp->snd_wnd = th->th_win << tp->snd_scale;
3258 tiwin = tp->snd_wnd;
3369 if (tlen == 0 && tiwin == tp->snd_wnd) {
3441 snd_len = min(so->so_snd.sb_cc, tp->snd_wnd) - snd_off;
3748 tp->snd_wnd -= so->so_snd.sb_cc;
3762 tp->snd_wnd -= acked;
3899 (tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd))))) {
[all...]
H A Din_pcblist.c222 xt->snd_wnd = tp->snd_wnd;
H A Dtcp_output.c485 sendwin = min(tp->snd_wnd, tp->snd_cwnd);
509 cwin = min(tp->snd_wnd, tp->snd_cwnd) - sack_bytes_rxmt;
626 len = min(so->so_snd.sb_cc, tp->snd_wnd)
745 if ((tp->snd_wnd / 4 * 5) >= so->so_snd.sb_hiwat &&
2019 (tp->snd_cwnd <= (tp->snd_wnd / 8)) ||
H A Dtcp_usrreq.c961 tp->snd_wnd = TTCP_CLIENT_SND_WND;
1012 tp->snd_wnd = TTCP_CLIENT_SND_WND;
1437 ti->tcpi_snd_wnd = tp->snd_wnd;
H A Dtcp_subr.c1366 otp->snd_wnd = tp->snd_wnd;
1548 otp->snd_wnd = tp->snd_wnd;
/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Dtcp.d154 uint32_t snd_wnd; /* send window */
190 snd_wnd = T->snd_wnd;
/xnu-2422.115.4/bsd/net/
H A Dntstat.c1115 desc->txwindow = tp->snd_wnd;

Completed in 50 milliseconds