Home
last modified time | relevance | path

Searched refs:rwnd_press (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/net/sctp/
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()
/Linux-v6.6/include/net/sctp/
Dstructs.h1915 __u32 rwnd_press; member