Lines Matching refs:rwnd_over
1475 if (asoc->rwnd_over) {
1476 if (asoc->rwnd_over >= len) {
1477 asoc->rwnd_over -= len;
1479 asoc->rwnd += (len - asoc->rwnd_over);
1480 asoc->rwnd_over = 0;
1498 __func__, asoc, len, asoc->rwnd, asoc->rwnd_over,
1534 if (unlikely(!asoc->rwnd || asoc->rwnd_over))
1536 "asoc->rwnd_over:%u!\n", __func__, asoc,
1537 asoc->rwnd, asoc->rwnd_over);
1559 asoc->rwnd_over += len - asoc->rwnd;
1564 __func__, asoc, len, asoc->rwnd, asoc->rwnd_over,