Searched refs:rwnd_press (Results 1 – 2 of 2) sorted by relevance
1474 if (asoc->rwnd_press) { in sctp_assoc_rwnd_increase() 1475 int change = min(asoc->pathmtu, asoc->rwnd_press); in sctp_assoc_rwnd_increase() 1477 asoc->rwnd_press -= change; in sctp_assoc_rwnd_increase() 1538 asoc->rwnd_press += asoc->rwnd; in sctp_assoc_rwnd_decrease() 1548 asoc->rwnd_press); in sctp_assoc_rwnd_decrease()
1913 __u32 rwnd_press; member