Home
last modified time | relevance | path

Searched refs:rwnd_over (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/sctp/
H A Dassociola.c1467 if (asoc->rwnd_over) { in sctp_assoc_rwnd_increase()
1468 if (asoc->rwnd_over >= len) { in sctp_assoc_rwnd_increase()
1469 asoc->rwnd_over -= len; in sctp_assoc_rwnd_increase()
1471 asoc->rwnd += (len - asoc->rwnd_over); in sctp_assoc_rwnd_increase()
1472 asoc->rwnd_over = 0; in sctp_assoc_rwnd_increase()
1490 __func__, asoc, len, asoc->rwnd, asoc->rwnd_over, in sctp_assoc_rwnd_increase()
1526 if (unlikely(!asoc->rwnd || asoc->rwnd_over)) in sctp_assoc_rwnd_decrease()
1528 "asoc->rwnd_over:%u!\n", __func__, asoc, in sctp_assoc_rwnd_decrease()
1529 asoc->rwnd, asoc->rwnd_over); in sctp_assoc_rwnd_decrease()
1551 asoc->rwnd_over in sctp_assoc_rwnd_decrease()
[all...]
H A Dsm_statefuns.c6455 if ((!chunk->data_accepted) && (!asoc->rwnd || asoc->rwnd_over || in sctp_eat_data()
/kernel/linux/linux-6.6/net/sctp/
H A Dassociola.c1475 if (asoc->rwnd_over) { in sctp_assoc_rwnd_increase()
1476 if (asoc->rwnd_over >= len) { in sctp_assoc_rwnd_increase()
1477 asoc->rwnd_over -= len; in sctp_assoc_rwnd_increase()
1479 asoc->rwnd += (len - asoc->rwnd_over); in sctp_assoc_rwnd_increase()
1480 asoc->rwnd_over = 0; in sctp_assoc_rwnd_increase()
1498 __func__, asoc, len, asoc->rwnd, asoc->rwnd_over, in sctp_assoc_rwnd_increase()
1534 if (unlikely(!asoc->rwnd || asoc->rwnd_over)) in sctp_assoc_rwnd_decrease()
1536 "asoc->rwnd_over:%u!\n", __func__, asoc, in sctp_assoc_rwnd_decrease()
1537 asoc->rwnd, asoc->rwnd_over); in sctp_assoc_rwnd_decrease()
1559 asoc->rwnd_over in sctp_assoc_rwnd_decrease()
[all...]
H A Dsm_statefuns.c6557 if ((!chunk->data_accepted) && (!asoc->rwnd || asoc->rwnd_over || in sctp_eat_data()
/kernel/linux/linux-5.10/include/net/sctp/
H A Dstructs.h1883 __u32 rwnd_over; member
/kernel/linux/linux-6.6/include/net/sctp/
H A Dstructs.h1909 __u32 rwnd_over; member

Completed in 27 milliseconds