Home
last modified time | relevance | path

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

/linux-4.1.27/net/sctp/
Dassociola.c1461 if (asoc->rwnd_press && asoc->rwnd >= asoc->rwnd_press) { in sctp_assoc_rwnd_increase()
1462 int change = min(asoc->pathmtu, asoc->rwnd_press); in sctp_assoc_rwnd_increase()
1464 asoc->rwnd_press -= change; in sctp_assoc_rwnd_increase()
1525 asoc->rwnd_press += asoc->rwnd; in sctp_assoc_rwnd_decrease()
1535 asoc->rwnd_press); in sctp_assoc_rwnd_decrease()
/linux-4.1.27/include/net/sctp/
Dstructs.h1672 __u32 rwnd_press; member