Lines Matching refs:rwnd
1410 new_asoc->rwnd = asoc->rwnd;
3305 * ii) Set rwnd equal to the newly received a_rwnd minus the number
5693 * We are here likely because the receiver had its rwnd
6442 if ((datalen >= asoc->rwnd) && (!asoc->ulpq.pd_mode)) {
6450 /* Spill over rwnd a little bit. Note: While allowed, this spill over
6455 if ((!chunk->data_accepted) && (!asoc->rwnd || asoc->rwnd_over ||
6456 (datalen > asoc->rwnd + asoc->frag_point))) {
6469 pr_debug("%s: discard tsn:%u len:%zu, rwnd:%d\n",
6470 __func__, tsn, datalen, asoc->rwnd);
6570 * chunk needs the updated rwnd.