Searched refs:rwnd_over (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/net/sctp/ |
D | associola.c | 1445 if (asoc->rwnd_over) { in sctp_assoc_rwnd_increase() 1446 if (asoc->rwnd_over >= len) { in sctp_assoc_rwnd_increase() 1447 asoc->rwnd_over -= len; in sctp_assoc_rwnd_increase() 1449 asoc->rwnd += (len - asoc->rwnd_over); in sctp_assoc_rwnd_increase() 1450 asoc->rwnd_over = 0; in sctp_assoc_rwnd_increase() 1468 __func__, asoc, len, asoc->rwnd, asoc->rwnd_over, in sctp_assoc_rwnd_increase() 1504 if (unlikely(!asoc->rwnd || asoc->rwnd_over)) in sctp_assoc_rwnd_decrease() 1507 asoc->rwnd, asoc->rwnd_over); in sctp_assoc_rwnd_decrease() 1529 asoc->rwnd_over = len - asoc->rwnd; in sctp_assoc_rwnd_decrease() 1534 __func__, asoc, len, asoc->rwnd, asoc->rwnd_over, in sctp_assoc_rwnd_decrease()
|
D | sm_statefuns.c | 6181 if ((!chunk->data_accepted) && (!asoc->rwnd || asoc->rwnd_over || in sctp_eat_data()
|
/linux-4.1.27/include/net/sctp/ |
D | structs.h | 1666 __u32 rwnd_over; member
|