Home
last modified time | relevance | path

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

/linux-4.1.27/net/sctp/
Dassociola.c1445 if (asoc->rwnd_over) { in sctp_assoc_rwnd_increase()
1446 if (asoc->rwnd_over >= len) { in sctp_assoc_rwnd_increase()
1447 asoc->rwnd_over -= len; in sctp_assoc_rwnd_increase()
1449 asoc->rwnd += (len - asoc->rwnd_over); in sctp_assoc_rwnd_increase()
1450 asoc->rwnd_over = 0; in sctp_assoc_rwnd_increase()
1468 __func__, asoc, len, asoc->rwnd, asoc->rwnd_over, in sctp_assoc_rwnd_increase()
1504 if (unlikely(!asoc->rwnd || asoc->rwnd_over)) in sctp_assoc_rwnd_decrease()
1507 asoc->rwnd, asoc->rwnd_over); in sctp_assoc_rwnd_decrease()
1529 asoc->rwnd_over = len - asoc->rwnd; in sctp_assoc_rwnd_decrease()
1534 __func__, asoc, len, asoc->rwnd, asoc->rwnd_over, in sctp_assoc_rwnd_decrease()
Dsm_statefuns.c6181 if ((!chunk->data_accepted) && (!asoc->rwnd || asoc->rwnd_over || in sctp_eat_data()
/linux-4.1.27/include/net/sctp/
Dstructs.h1666 __u32 rwnd_over; member