Home
last modified time | relevance | path

Searched refs:rwnd_over (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/net/sctp/
Dassociola.c1472 if (asoc->rwnd_over) { in sctp_assoc_rwnd_increase()
1473 if (asoc->rwnd_over >= len) { in sctp_assoc_rwnd_increase()
1474 asoc->rwnd_over -= len; in sctp_assoc_rwnd_increase()
1476 asoc->rwnd += (len - asoc->rwnd_over); in sctp_assoc_rwnd_increase()
1477 asoc->rwnd_over = 0; in sctp_assoc_rwnd_increase()
1495 __func__, asoc, len, asoc->rwnd, asoc->rwnd_over, in sctp_assoc_rwnd_increase()
1531 if (unlikely(!asoc->rwnd || asoc->rwnd_over)) in sctp_assoc_rwnd_decrease()
1534 asoc->rwnd, asoc->rwnd_over); in sctp_assoc_rwnd_decrease()
1556 asoc->rwnd_over += len - asoc->rwnd; in sctp_assoc_rwnd_decrease()
1561 __func__, asoc, len, asoc->rwnd, asoc->rwnd_over, in sctp_assoc_rwnd_decrease()
Dsm_statefuns.c6393 if ((!chunk->data_accepted) && (!asoc->rwnd || asoc->rwnd_over || in sctp_eat_data()
/Linux-v5.4/include/net/sctp/
Dstructs.h1880 __u32 rwnd_over; member