Home
last modified time | relevance | path

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

/Linux-v6.1/net/sctp/
Dassociola.c1478 if (asoc->rwnd_over) { in sctp_assoc_rwnd_increase()
1479 if (asoc->rwnd_over >= len) { in sctp_assoc_rwnd_increase()
1480 asoc->rwnd_over -= len; in sctp_assoc_rwnd_increase()
1482 asoc->rwnd += (len - asoc->rwnd_over); in sctp_assoc_rwnd_increase()
1483 asoc->rwnd_over = 0; in sctp_assoc_rwnd_increase()
1501 __func__, asoc, len, asoc->rwnd, asoc->rwnd_over, in sctp_assoc_rwnd_increase()
1537 if (unlikely(!asoc->rwnd || asoc->rwnd_over)) in sctp_assoc_rwnd_decrease()
1540 asoc->rwnd, asoc->rwnd_over); in sctp_assoc_rwnd_decrease()
1562 asoc->rwnd_over += len - asoc->rwnd; in sctp_assoc_rwnd_decrease()
1567 __func__, asoc, len, asoc->rwnd, asoc->rwnd_over, in sctp_assoc_rwnd_decrease()
Dsm_statefuns.c6559 if ((!chunk->data_accepted) && (!asoc->rwnd || asoc->rwnd_over || in sctp_eat_data()
/Linux-v6.1/include/net/sctp/
Dstructs.h1900 __u32 rwnd_over; member