Lines Matching defs:rwnd
277 asoc->a_rwnd = asoc->rwnd;
651 size_t datasize, rwnd, inflight, flight_size;
659 * any destination transport address if its peer's rwnd indicates
660 * that the peer has no buffer space (i.e. rwnd is 0, see Section
661 * 6.2.1). However, regardless of the value of rwnd (including if it
664 * allows the sender to probe for a change in rwnd that the sender
669 rwnd = asoc->peer.rwnd;
675 if (datasize > rwnd && inflight > 0)
738 u32 rwnd = asoc->peer.rwnd;
746 /* Update our view of the receiver's rwnd. */
747 if (datasize < rwnd)
748 rwnd -= datasize;
750 rwnd = 0;
752 asoc->peer.rwnd = rwnd;