Home
last modified time | relevance | path

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

/Linux-v4.19/net/sctp/
Dassociola.c1491 if (asoc->rwnd_over) { in sctp_assoc_rwnd_increase()
1492 if (asoc->rwnd_over >= len) { in sctp_assoc_rwnd_increase()
1493 asoc->rwnd_over -= len; in sctp_assoc_rwnd_increase()
1495 asoc->rwnd += (len - asoc->rwnd_over); in sctp_assoc_rwnd_increase()
1496 asoc->rwnd_over = 0; in sctp_assoc_rwnd_increase()
1514 __func__, asoc, len, asoc->rwnd, asoc->rwnd_over, in sctp_assoc_rwnd_increase()
1550 if (unlikely(!asoc->rwnd || asoc->rwnd_over)) in sctp_assoc_rwnd_decrease()
1553 asoc->rwnd, asoc->rwnd_over); in sctp_assoc_rwnd_decrease()
1575 asoc->rwnd_over += len - asoc->rwnd; in sctp_assoc_rwnd_decrease()
1580 __func__, asoc, len, asoc->rwnd, asoc->rwnd_over, in sctp_assoc_rwnd_decrease()
Dsm_statefuns.c6387 if ((!chunk->data_accepted) && (!asoc->rwnd || asoc->rwnd_over || in sctp_eat_data()
/Linux-v4.19/include/net/sctp/
Dstructs.h1882 __u32 rwnd_over; member