Home
last modified time | relevance | path

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

/linux/net/sctp/
A Dassociola.c1495 if (asoc->rwnd_press) { in sctp_assoc_rwnd_increase()
1496 int change = min(asoc->pathmtu, asoc->rwnd_press); in sctp_assoc_rwnd_increase()
1498 asoc->rwnd_press -= change; in sctp_assoc_rwnd_increase()
1559 asoc->rwnd_press += asoc->rwnd; in sctp_assoc_rwnd_decrease()
1569 asoc->rwnd_press); in sctp_assoc_rwnd_decrease()
/linux/include/net/sctp/
A Dstructs.h1907 __u32 rwnd_press; member

Completed in 12 milliseconds