Searched refs:peer_tx_cr_est (Results 1 – 6 of 6) sorted by relevance
411 lws_ser_wu32be(&s[8], (uint32_t)h->txc.peer_tx_cr_est); in callback_sspc_client()673 h->txc.peer_tx_cr_est = 500000000; in lws_sspc_create()675 h->txc.peer_tx_cr_est = ssi->manual_initial_tx_credit; in lws_sspc_create()976 h->txc.peer_tx_cr_est += tx_cr_adjust; in _lws_sspc_set_metadata()1049 return h->txc.peer_tx_cr_est; in lws_sspc_get_est_peer_tx_credit()
760 h->txc.peer_tx_cr_est -= n; in lws_ss_deserialize_parse()923 txc.peer_tx_cr_est); in lws_ss_deserialize_parse()
168 (int)wsi->txc.peer_tx_cr_est + bump); in lws_h2_update_peer_txcredit()176 wsi->txc.peer_tx_cr_est += bump; in lws_h2_update_peer_txcredit()188 nwsi->txc.peer_tx_cr_est += bump; in lws_h2_update_peer_txcredit()201 return (int)wsi->txc.peer_tx_cr_est; in lws_h2_get_peer_txcredit_estimate()207 if (wsi->txc.peer_tx_cr_est > threshold) in lws_h2_update_peer_txcredit_thresh()285 wsi->txc.peer_tx_cr_est = in __lws_wsi_server_new()359 wsi->txc.peer_tx_cr_est = (int32_t) in lws_wsi_h2_adopt()2235 h2n->swsi->txc.peer_tx_cr_est -= n; in lws_h2_parser()2236 wsi->txc.peer_tx_cr_est -= n; in lws_h2_parser()2323 h2n->swsi->txc.peer_tx_cr_est -= n; in lws_h2_parser()[all …]
633 n = wsi->txc.peer_tx_cr_est; in rops_tx_credit_h2()634 if (n > nwsi->txc.peer_tx_cr_est) in rops_tx_credit_h2()635 n = nwsi->txc.peer_tx_cr_est; in rops_tx_credit_h2()
222 int32_t peer_tx_cr_est; /* peer's credit to write us */ member
1591 (int)txc->peer_tx_cr_est, (int)txc->tx_cr); in lws_wsi_txc_describe()