Lines Matching refs:peers_rwnd
4911 if ((asoc->peers_rwnd <= 0) &&
4935 asoc->peers_rwnd , data_list[i]->send_size, sctp_peer_chunk_oh);
4937 asoc->peers_rwnd = sctp_sbspace_sub(asoc->peers_rwnd,
4939 if (asoc->peers_rwnd < stcb->sctp_ep->sctp_ep.sctp_sws_sender) {
4941 asoc->peers_rwnd = 0;
5319 if (asoc->peers_rwnd <= 0) {
5333 (int)asoc->total_flight, (int)asoc->peers_rwnd);
5441 if (mtu > asoc->peers_rwnd) {
5444 r_mtu = asoc->peers_rwnd;
5753 ((chk->flags & CHUNK_FLAGS_FRAGMENT_OK) && (chk->send_size <= asoc->peers_rwnd))) {
6618 if ((asoc->peers_rwnd < mtu) && (asoc->total_flight > 0)) {
6632 printf("blocked-peers_rwnd:%d tf:%d\n",
6633 (int)asoc->peers_rwnd,
6641 if (asoc->peers_rwnd < mtu) {
6793 asoc->peers_rwnd , data_list[i]->send_size, sctp_peer_chunk_oh);
6795 asoc->peers_rwnd = sctp_sbspace_sub(asoc->peers_rwnd,
6797 if (asoc->peers_rwnd < stcb->sctp_ep->sctp_ep.sctp_sws_sender) {
6799 asoc->peers_rwnd = 0;
7466 if ((queue_only == 0) && stcb->asoc.peers_rwnd) {
7487 printf("USR Send complete qo:%d prw:%d\n", queue_only, stcb->asoc.peers_rwnd);
10140 if ((queue_only == 0) && (stcb->asoc.peers_rwnd && un_sent)) {
10152 (stcb->asoc.peers_rwnd == 0) &&
10172 queue_only, stcb->asoc.peers_rwnd, un_sent,