Searched defs:rwnd_req (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctputil.c5596 uint32_t rwnd_req)
5635 if (dif >= rwnd_req) {
5709 uint32_t rwnd_req = 0; local
5763 rwnd_req = (SCTP_SB_LIMIT_RCV(so) >> SCTP_RWND_HIWAT_SHIFT);
5765 if (rwnd_req < SCTP_MIN_RWND)
5766 rwnd_req = SCTP_MIN_RWND;
5772 rwnd_req, in_eeor_mode, so->so_rcv.sb_cc, uio->uio_resid);
5775 rwnd_req, in_eeor_mode, so->so_rcv.sb_cc, uio_resid(uio));
5779 rwnd_req, in_eeor_mode, so->so_rcv.sb_cc, uio->uio_resid);
5790 rwnd_req, block_allowe
5595 sctp_user_rcvd(struct sctp_tcb *stcb, uint32_t *freed_so_far, int hold_rlock, uint32_t rwnd_req) argument
[all...]

Completed in 527 milliseconds