Searched refs:rwnd_over (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/net/sctp/ |
A D | associola.c | 1476 if (asoc->rwnd_over) { in sctp_assoc_rwnd_increase() 1477 if (asoc->rwnd_over >= len) { in sctp_assoc_rwnd_increase() 1478 asoc->rwnd_over -= len; in sctp_assoc_rwnd_increase() 1480 asoc->rwnd += (len - asoc->rwnd_over); in sctp_assoc_rwnd_increase() 1481 asoc->rwnd_over = 0; in sctp_assoc_rwnd_increase() 1499 __func__, asoc, len, asoc->rwnd, asoc->rwnd_over, in sctp_assoc_rwnd_increase() 1535 if (unlikely(!asoc->rwnd || asoc->rwnd_over)) in sctp_assoc_rwnd_decrease() 1538 asoc->rwnd, asoc->rwnd_over); in sctp_assoc_rwnd_decrease() 1560 asoc->rwnd_over += len - asoc->rwnd; in sctp_assoc_rwnd_decrease() 1565 __func__, asoc, len, asoc->rwnd, asoc->rwnd_over, in sctp_assoc_rwnd_decrease()
|
A D | sm_statefuns.c | 6559 if ((!chunk->data_accepted) && (!asoc->rwnd || asoc->rwnd_over || in sctp_eat_data()
|
/linux-6.3-rc2/include/net/sctp/ |
A D | structs.h | 1904 __u32 rwnd_over; member
|
Completed in 22 milliseconds