Searched refs:rwnd_req (Results 1 – 1 of 1) sorted by relevance
5427 uint32_t rwnd_req) in sctp_user_rcvd() argument5466 if (dif >= rwnd_req) { in sctp_user_rcvd()5544 uint32_t rwnd_req = 0; in sctp_sorecvmsg() local5586 rwnd_req = (SCTP_SB_LIMIT_RCV(so) >> SCTP_RWND_HIWAT_SHIFT); in sctp_sorecvmsg()5588 if (rwnd_req < SCTP_MIN_RWND) in sctp_sorecvmsg()5589 rwnd_req = SCTP_MIN_RWND; in sctp_sorecvmsg()5593 rwnd_req, in_eeor_mode, SCTP_SBAVAIL(&so->so_rcv), (uint32_t)uio->uio_resid); in sctp_sorecvmsg()5597 rwnd_req, block_allowed, SCTP_SBAVAIL(&so->so_rcv), (uint32_t)uio->uio_resid); in sctp_sorecvmsg()6159 (freed_so_far >= rwnd_req)) { in sctp_sorecvmsg()6160 sctp_user_rcvd(stcb, &freed_so_far, hold_rlock, rwnd_req); in sctp_sorecvmsg()[all …]