Searched refs:rwnd_over (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/sctp/ |
H 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()
|
H A D | sm_statefuns.c | 6567 if ((!chunk->data_accepted) && (!asoc->rwnd || asoc->rwnd_over || in sctp_eat_data()
|
/openbmc/linux/include/net/sctp/ |
H A D | structs.h | 1909 __u32 rwnd_over; member
|