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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_newreno.c207 if (tp->snd_cwnd < tp->snd_wnd) {
282 win = min(tp->snd_wnd, tp->snd_cwnd) /
343 u_int win = min(tp->snd_wnd, tp->snd_cwnd) / 2 / tp->t_maxseg;
406 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) /
373 u_int win = min(tp->snd_wnd, tp->snd_cwnd) / 2 / tp->t_maxseg;
422 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.h250 u_int32_t snd_wnd; /* send window */ member in struct:tcpcb
570 u_int32_t snd_wnd; /* send window */ member in struct:otcpcb
808 u_int32_t snd_wnd; /* send window */ member in struct:xtcpcb64
891 u_int32_t snd_wnd; /* send window */ member in struct:xtcpcb_n
H A Dtcp_input.c2131 tp->snd_wnd = th->th_win << tp->snd_scale;
2132 tiwin = tp->snd_wnd;
2234 tiwin && tiwin == tp->snd_wnd &&
2569 tp->snd_wnd = tiwin; /* initial send-window */
2652 tp->snd_wnd = th->th_win; /* initial send window */
3146 tp->snd_wnd = th->th_win << tp->snd_scale;
3147 tiwin = tp->snd_wnd;
3205 if (tlen == 0 && tiwin == tp->snd_wnd) {
3484 tp->snd_wnd -= so->so_snd.sb_cc;
3490 tp->snd_wnd
[all...]
H A Din_pcblist.c221 xt->snd_wnd = tp->snd_wnd;
H A Dtcp_output.c466 sendwin = min(tp->snd_wnd, tp->snd_cwnd);
490 cwin = min(tp->snd_wnd, tp->snd_cwnd) - sack_bytes_rxmt;
606 len = min(so->so_snd.sb_cc, tp->snd_wnd)
724 if ((tp->snd_wnd / 4 * 5) >= so->so_snd.sb_hiwat &&
1844 (tp->snd_cwnd <= (tp->snd_wnd / 8)) ||
H A Dtcp_usrreq.c727 tp->snd_wnd = TTCP_CLIENT_SND_WND;
778 tp->snd_wnd = TTCP_CLIENT_SND_WND;
1159 ti->tcpi_snd_wnd = tp->snd_wnd;
H A Dtcp_subr.c1334 otp->snd_wnd = tp->snd_wnd;
1520 otp->snd_wnd = tp->snd_wnd;
/darwin-on-arm/xnu/bsd/net/
H A Dntstat.c1027 desc->txwindow = tp->snd_wnd;

Completed in 98 milliseconds