Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sctp/
H A Dassociola.c1468 if (asoc->rwnd_over) { in sctp_assoc_rwnd_increase()
1469 if (asoc->rwnd_over >= len) { in sctp_assoc_rwnd_increase()
1470 asoc->rwnd_over -= len; in sctp_assoc_rwnd_increase()
1472 asoc->rwnd += (len - asoc->rwnd_over); in sctp_assoc_rwnd_increase()
1473 asoc->rwnd_over = 0; in sctp_assoc_rwnd_increase()
1491 __func__, asoc, len, asoc->rwnd, asoc->rwnd_over, in sctp_assoc_rwnd_increase()
1527 if (unlikely(!asoc->rwnd || asoc->rwnd_over)) in sctp_assoc_rwnd_decrease()
1530 asoc->rwnd, asoc->rwnd_over); in sctp_assoc_rwnd_decrease()
1552 asoc->rwnd_over += len - asoc->rwnd; in sctp_assoc_rwnd_decrease()
1557 __func__, asoc, len, asoc->rwnd, asoc->rwnd_over, in sctp_assoc_rwnd_decrease()
H A Dsm_statefuns.c6455 if ((!chunk->data_accepted) && (!asoc->rwnd || asoc->rwnd_over || in sctp_eat_data()
/OK3568_Linux_fs/kernel/include/net/sctp/
H A Dstructs.h1882 __u32 rwnd_over; member