Searched refs:rwnd_over (Results 1 – 3 of 3) sorted by relevance
| /linux-4.4.14/net/sctp/ |
| D | associola.c | 1447 if (asoc->rwnd_over) { in sctp_assoc_rwnd_increase() 1448 if (asoc->rwnd_over >= len) { in sctp_assoc_rwnd_increase() 1449 asoc->rwnd_over -= len; in sctp_assoc_rwnd_increase() 1451 asoc->rwnd += (len - asoc->rwnd_over); in sctp_assoc_rwnd_increase() 1452 asoc->rwnd_over = 0; in sctp_assoc_rwnd_increase() 1470 __func__, asoc, len, asoc->rwnd, asoc->rwnd_over, in sctp_assoc_rwnd_increase() 1506 if (unlikely(!asoc->rwnd || asoc->rwnd_over)) in sctp_assoc_rwnd_decrease() 1509 asoc->rwnd, asoc->rwnd_over); in sctp_assoc_rwnd_decrease() 1531 asoc->rwnd_over = len - asoc->rwnd; in sctp_assoc_rwnd_decrease() 1536 __func__, asoc, len, asoc->rwnd, asoc->rwnd_over, in sctp_assoc_rwnd_decrease()
|
| D | sm_statefuns.c | 6182 if ((!chunk->data_accepted) && (!asoc->rwnd || asoc->rwnd_over || in sctp_eat_data()
|
| /linux-4.4.14/include/net/sctp/ |
| D | structs.h | 1667 __u32 rwnd_over; member
|