Searched refs:rwnd_over (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.1/net/sctp/ |
| D | associola.c | 1478 if (asoc->rwnd_over) { in sctp_assoc_rwnd_increase() 1479 if (asoc->rwnd_over >= len) { in sctp_assoc_rwnd_increase() 1480 asoc->rwnd_over -= len; in sctp_assoc_rwnd_increase() 1482 asoc->rwnd += (len - asoc->rwnd_over); in sctp_assoc_rwnd_increase() 1483 asoc->rwnd_over = 0; in sctp_assoc_rwnd_increase() 1501 __func__, asoc, len, asoc->rwnd, asoc->rwnd_over, in sctp_assoc_rwnd_increase() 1537 if (unlikely(!asoc->rwnd || asoc->rwnd_over)) in sctp_assoc_rwnd_decrease() 1540 asoc->rwnd, asoc->rwnd_over); in sctp_assoc_rwnd_decrease() 1562 asoc->rwnd_over += len - asoc->rwnd; in sctp_assoc_rwnd_decrease() 1567 __func__, asoc, len, asoc->rwnd, asoc->rwnd_over, in sctp_assoc_rwnd_decrease()
|
| D | sm_statefuns.c | 6559 if ((!chunk->data_accepted) && (!asoc->rwnd || asoc->rwnd_over || in sctp_eat_data()
|
| /Linux-v6.1/include/net/sctp/ |
| D | structs.h | 1900 __u32 rwnd_over; member
|