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

/xnu-2782.1.97/bsd/netinet/
H A Dtcp_newreno.c154 if (tp->snd_cwnd < tp->snd_wnd) {
229 win = min(tp->snd_wnd, tp->snd_cwnd) /
294 u_int win = min(tp->snd_wnd, tp->snd_cwnd) / 2 / tp->t_maxseg;
338 uint32_t cwnd = min(tp->snd_wnd, tp->snd_cwnd);
H A Dtcp_ledbat.c234 if (tp->snd_cwnd < tp->snd_wnd && incr > 0) {
292 win = min(tp->snd_wnd, tp->snd_cwnd) /
376 u_int win = min(tp->snd_wnd, tp->snd_cwnd) / 2 / tp->t_maxseg;
429 cwnd = min(tp->snd_wnd, tp->snd_cwnd);
H A Dtcp_cubic.c165 win = min(tp->snd_cwnd, tp->snd_wnd);
251 tp->t_ccstate->cub_tcp_win = min(tp->snd_cwnd, tp->snd_wnd);
352 win = min(tp->snd_cwnd, tp->snd_wnd);
373 * If last_max is zero because snd_wnd is zero or for
H A Dtcp_debug.c256 (uint32_t)tp->snd_wl1, (uint32_t)tp->snd_wl2, tp->snd_wnd);
H A Dtcp_var.h294 u_int32_t snd_wnd; /* send window */ member in struct:tcpcb
722 u_int32_t snd_wnd; /* send window */ member in struct:otcpcb
1013 u_int32_t snd_wnd; /* send window */ member in struct:xtcpcb64
1095 u_int32_t snd_wnd; /* send window */ member in struct:xtcpcb_n
H A Dtcp_input.c1427 snd_len = min(so->so_snd.sb_cc, tp->snd_wnd) - snd_off;
2470 tiwin && tiwin == tp->snd_wnd &&
2817 tp->snd_wnd = tiwin; /* initial send-window */
2921 tp->snd_wnd = th->th_win; /* initial send window */
3428 tp->snd_wnd = th->th_win << tp->snd_scale;
3429 tiwin = tp->snd_wnd;
3532 if (tlen == 0 && tiwin == tp->snd_wnd) {
3926 tp->snd_wnd -= so->so_snd.sb_cc;
3940 tp->snd_wnd -= acked;
4081 (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_cc.c225 dbg_state.ccd_snd_wnd = tp->snd_wnd;
H A Dtcp_output.c501 sendwin = min(tp->snd_wnd, tp->snd_cwnd);
526 cwin = min(tp->snd_wnd, tp->snd_cwnd) - sack_bytes_rxmt;
644 len = min(so->so_snd.sb_cc, tp->snd_wnd)
784 if ((tp->snd_wnd / 4 * 5) >= so->so_snd.sb_hiwat &&
2141 (tp->snd_cwnd <= (tp->snd_wnd / 8)) ||
H A Dtcp_subr.c1426 otp->snd_wnd = tp->snd_wnd;
1609 otp->snd_wnd = tp->snd_wnd;
H A Dtcp_usrreq.c1020 tp->snd_wnd = TTCP_CLIENT_SND_WND;
1071 tp->snd_wnd = TTCP_CLIENT_SND_WND;
1496 ti->tcpi_snd_wnd = tp->snd_wnd;
H A Dtcp_timer.c1185 snd_len = min(so->so_snd.sb_cc, tp->snd_wnd)
/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Dtcp.d154 uint32_t snd_wnd; /* send window */
190 snd_wnd = T->snd_wnd;
/xnu-2782.1.97/bsd/net/
H A Dntstat.c1342 desc->txwindow = tp->snd_wnd;

Completed in 60 milliseconds