Searched refs:rwnd_over (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/net/sctp/ |
D | associola.c | 1475 if (asoc->rwnd_over) { in sctp_assoc_rwnd_increase() 1476 if (asoc->rwnd_over >= len) { in sctp_assoc_rwnd_increase() 1477 asoc->rwnd_over -= len; in sctp_assoc_rwnd_increase() 1479 asoc->rwnd += (len - asoc->rwnd_over); in sctp_assoc_rwnd_increase() 1480 asoc->rwnd_over = 0; in sctp_assoc_rwnd_increase() 1498 __func__, asoc, len, asoc->rwnd, asoc->rwnd_over, in sctp_assoc_rwnd_increase() 1534 if (unlikely(!asoc->rwnd || asoc->rwnd_over)) in sctp_assoc_rwnd_decrease() 1537 asoc->rwnd, asoc->rwnd_over); in sctp_assoc_rwnd_decrease() 1559 asoc->rwnd_over += len - asoc->rwnd; in sctp_assoc_rwnd_decrease() 1564 __func__, asoc, len, asoc->rwnd, asoc->rwnd_over, in sctp_assoc_rwnd_decrease()
|
D | sm_statefuns.c | 6557 if ((!chunk->data_accepted) && (!asoc->rwnd || asoc->rwnd_over || in sctp_eat_data()
|
/linux-6.6.21/include/net/sctp/ |
D | structs.h | 1909 __u32 rwnd_over; member
|