Searched refs:rwnd_over (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/net/sctp/ |
D | associola.c | 1491 if (asoc->rwnd_over) { in sctp_assoc_rwnd_increase() 1492 if (asoc->rwnd_over >= len) { in sctp_assoc_rwnd_increase() 1493 asoc->rwnd_over -= len; in sctp_assoc_rwnd_increase() 1495 asoc->rwnd += (len - asoc->rwnd_over); in sctp_assoc_rwnd_increase() 1496 asoc->rwnd_over = 0; in sctp_assoc_rwnd_increase() 1514 __func__, asoc, len, asoc->rwnd, asoc->rwnd_over, in sctp_assoc_rwnd_increase() 1550 if (unlikely(!asoc->rwnd || asoc->rwnd_over)) in sctp_assoc_rwnd_decrease() 1553 asoc->rwnd, asoc->rwnd_over); in sctp_assoc_rwnd_decrease() 1575 asoc->rwnd_over += len - asoc->rwnd; in sctp_assoc_rwnd_decrease() 1580 __func__, asoc, len, asoc->rwnd, asoc->rwnd_over, in sctp_assoc_rwnd_decrease()
|
D | sm_statefuns.c | 6387 if ((!chunk->data_accepted) && (!asoc->rwnd || asoc->rwnd_over || in sctp_eat_data()
|
/Linux-v4.19/include/net/sctp/ |
D | structs.h | 1882 __u32 rwnd_over; member
|