Searched refs:peer_tx_cr_est (Results 1 – 6 of 6) sorted by relevance
187 lws_ser_wu32be(&s[3], h->txc.peer_tx_cr_est); in callback_sspc_client()349 h->txc.peer_tx_cr_est = 500000000; in lws_sspc_create()351 h->txc.peer_tx_cr_est = ssi->manual_initial_tx_credit; in lws_sspc_create()534 h->txc.peer_tx_cr_est += tx_cr_adjust; in _lws_sspc_set_metadata()573 return h->txc.peer_tx_cr_est; in lws_sspc_get_est_peer_tx_credit()
577 h->txc.peer_tx_cr_est -= n; in lws_ss_deserialize_parse()672 (*pss)->wsi->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()256 wsi->txc.peer_tx_cr_est = in lws_wsi_server_new()325 wsi->txc.peer_tx_cr_est = in lws_wsi_h2_adopt()2042 h2n->swsi->txc.peer_tx_cr_est -= n; in lws_h2_parser()2043 wsi->txc.peer_tx_cr_est -= n; in lws_h2_parser()2128 h2n->swsi->txc.peer_tx_cr_est -= n; in lws_h2_parser()[all …]
600 n = wsi->txc.peer_tx_cr_est; in rops_tx_credit_h2()601 if (n > nwsi->txc.peer_tx_cr_est) in rops_tx_credit_h2()602 n = nwsi->txc.peer_tx_cr_est; in rops_tx_credit_h2()
143 int32_t peer_tx_cr_est; /* peer's credit to write us */ member
1284 (int)txc->peer_tx_cr_est, (int)txc->tx_cr); in lws_wsi_txc_describe()