Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sctp/
H A Dassociola.c1484 if (asoc->rwnd_press) { in sctp_assoc_rwnd_increase()
1485 int change = min(asoc->pathmtu, asoc->rwnd_press); in sctp_assoc_rwnd_increase()
1487 asoc->rwnd_press -= change; in sctp_assoc_rwnd_increase()
1548 asoc->rwnd_press += asoc->rwnd; in sctp_assoc_rwnd_decrease()
1558 asoc->rwnd_press); in sctp_assoc_rwnd_decrease()
/OK3568_Linux_fs/kernel/include/net/sctp/
H A Dstructs.h1888 __u32 rwnd_press; member