Home | History | Annotate | Download | only in slirp-android

Lines Matching refs:rcv_wnd

611 	  tp->rcv_wnd = max(win, (int)(tp->rcv_adv - tp->rcv_nxt));
809 if (ti->ti_len > tp->rcv_wnd) {
810 todrop = ti->ti_len - tp->rcv_wnd;
812 ti->ti_len = tp->rcv_wnd;
917 todrop = (ti->ti_seq+ti->ti_len) - (tp->rcv_nxt+tp->rcv_wnd);
942 if (tp->rcv_wnd == 0 && ti->ti_seq == tp->rcv_nxt) {
1356 * This process logically involves adjusting tp->rcv_wnd as data