Lines Matching defs:rwnd
303 asoc->a_rwnd = asoc->rwnd;
675 size_t datasize, rwnd, inflight, flight_size;
683 * any destination transport address if its peer's rwnd indicates
684 * that the peer has no buffer space (i.e. rwnd is 0, see Section
685 * 6.2.1). However, regardless of the value of rwnd (including if it
688 * allows the sender to probe for a change in rwnd that the sender
693 rwnd = asoc->peer.rwnd;
699 if (datasize > rwnd && inflight > 0)
762 u32 rwnd = asoc->peer.rwnd;
770 /* Update our view of the receiver's rwnd. */
771 if (datasize < rwnd)
772 rwnd -= datasize;
774 rwnd = 0;
776 asoc->peer.rwnd = rwnd;