Lines Matching refs:rwnd_over
1467 if (asoc->rwnd_over) {
1468 if (asoc->rwnd_over >= len) {
1469 asoc->rwnd_over -= len;
1471 asoc->rwnd += (len - asoc->rwnd_over);
1472 asoc->rwnd_over = 0;
1490 __func__, asoc, len, asoc->rwnd, asoc->rwnd_over,
1526 if (unlikely(!asoc->rwnd || asoc->rwnd_over))
1528 "asoc->rwnd_over:%u!\n", __func__, asoc,
1529 asoc->rwnd, asoc->rwnd_over);
1551 asoc->rwnd_over += len - asoc->rwnd;
1556 __func__, asoc, len, asoc->rwnd, asoc->rwnd_over,