Home
last modified time | relevance | path

Searched refs:rwnd_press (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/sctp/
H A Dassociola.c1483 if (asoc->rwnd_press) { in sctp_assoc_rwnd_increase()
1484 int change = min(asoc->pathmtu, asoc->rwnd_press); in sctp_assoc_rwnd_increase()
1486 asoc->rwnd_press -= change; in sctp_assoc_rwnd_increase()
1547 asoc->rwnd_press += asoc->rwnd; in sctp_assoc_rwnd_decrease()
1557 asoc->rwnd_press); in sctp_assoc_rwnd_decrease()
/kernel/linux/linux-6.6/net/sctp/
H A Dassociola.c1491 if (asoc->rwnd_press) { in sctp_assoc_rwnd_increase()
1492 int change = min(asoc->pathmtu, asoc->rwnd_press); in sctp_assoc_rwnd_increase()
1494 asoc->rwnd_press -= change; in sctp_assoc_rwnd_increase()
1555 asoc->rwnd_press += asoc->rwnd; in sctp_assoc_rwnd_decrease()
1565 asoc->rwnd_press); in sctp_assoc_rwnd_decrease()
/kernel/linux/linux-5.10/include/net/sctp/
H A Dstructs.h1889 __u32 rwnd_press; member
/kernel/linux/linux-6.6/include/net/sctp/
H A Dstructs.h1915 __u32 rwnd_press; member

Completed in 12 milliseconds