Lines Matching defs:bump
154 lws_h2_update_peer_txcredit(struct lws *wsi, unsigned int sid, int bump)
161 if (!bump)
167 lwsl_info("%s: sid %d: bump %d -> %d\n", __func__, sid, bump,
168 (int)wsi->txc.peer_tx_cr_est + bump);
175 pps->u.update_window.credit = (unsigned int)bump;
176 wsi->txc.peer_tx_cr_est += bump;
187 pps->u.update_window.credit = (unsigned int)bump;
188 nwsi->txc.peer_tx_cr_est += bump;
205 lws_h2_update_peer_txcredit_thresh(struct lws *wsi, unsigned int sid, int threshold, int bump)
210 return lws_h2_update_peer_txcredit(wsi, sid, bump);