Lines Matching refs:rwnd
1459 new_asoc->rwnd = asoc->rwnd;
3369 * ii) Set rwnd equal to the newly received a_rwnd minus the number
5793 * We are here likely because the receiver had its rwnd
6544 if ((datalen >= asoc->rwnd) && (!asoc->ulpq.pd_mode)) {
6552 /* Spill over rwnd a little bit. Note: While allowed, this spill over
6557 if ((!chunk->data_accepted) && (!asoc->rwnd || asoc->rwnd_over ||
6558 (datalen > asoc->rwnd + asoc->frag_point))) {
6571 pr_debug("%s: discard tsn:%u len:%zu, rwnd:%d\n",
6572 __func__, tsn, datalen, asoc->rwnd);
6670 * chunk needs the updated rwnd.