Searched refs:rwnd_over (Results 1 – 3 of 3) sorted by relevance
/linux/net/sctp/ |
A D | associola.c | 1479 if (asoc->rwnd_over) { in sctp_assoc_rwnd_increase() 1480 if (asoc->rwnd_over >= len) { in sctp_assoc_rwnd_increase() 1481 asoc->rwnd_over -= len; in sctp_assoc_rwnd_increase() 1483 asoc->rwnd += (len - asoc->rwnd_over); in sctp_assoc_rwnd_increase() 1484 asoc->rwnd_over = 0; in sctp_assoc_rwnd_increase() 1502 __func__, asoc, len, asoc->rwnd, asoc->rwnd_over, in sctp_assoc_rwnd_increase() 1538 if (unlikely(!asoc->rwnd || asoc->rwnd_over)) in sctp_assoc_rwnd_decrease() 1541 asoc->rwnd, asoc->rwnd_over); in sctp_assoc_rwnd_decrease() 1563 asoc->rwnd_over += len - asoc->rwnd; in sctp_assoc_rwnd_decrease() 1568 __func__, asoc, len, asoc->rwnd, asoc->rwnd_over, in sctp_assoc_rwnd_decrease()
|
A D | sm_statefuns.c | 6558 if ((!chunk->data_accepted) && (!asoc->rwnd || asoc->rwnd_over || in sctp_eat_data()
|
/linux/include/net/sctp/ |
A D | structs.h | 1901 __u32 rwnd_over; member
|
Completed in 164 milliseconds