Home
last modified time | relevance | path

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

/linux-4.4.14/net/sctp/
Dassociola.c1447 if (asoc->rwnd_over) { in sctp_assoc_rwnd_increase()
1448 if (asoc->rwnd_over >= len) { in sctp_assoc_rwnd_increase()
1449 asoc->rwnd_over -= len; in sctp_assoc_rwnd_increase()
1451 asoc->rwnd += (len - asoc->rwnd_over); in sctp_assoc_rwnd_increase()
1452 asoc->rwnd_over = 0; in sctp_assoc_rwnd_increase()
1470 __func__, asoc, len, asoc->rwnd, asoc->rwnd_over, in sctp_assoc_rwnd_increase()
1506 if (unlikely(!asoc->rwnd || asoc->rwnd_over)) in sctp_assoc_rwnd_decrease()
1509 asoc->rwnd, asoc->rwnd_over); in sctp_assoc_rwnd_decrease()
1531 asoc->rwnd_over = len - asoc->rwnd; in sctp_assoc_rwnd_decrease()
1536 __func__, asoc, len, asoc->rwnd, asoc->rwnd_over, in sctp_assoc_rwnd_decrease()
Dsm_statefuns.c6182 if ((!chunk->data_accepted) && (!asoc->rwnd || asoc->rwnd_over || in sctp_eat_data()
/linux-4.4.14/include/net/sctp/
Dstructs.h1667 __u32 rwnd_over; member