Searched refs:rwm (Results 1 – 2 of 2) sorted by relevance
137 rxfc->rwm = 0; in ossl_quic_rxfc_init()181 rxfc->esrwm = rxfc->rwm; in rxfc_start_epoch()237 uint64_t window_rem = rxfc->cwm - rxfc->rwm; in rxfc_cwm_bump_desired()277 uint64_t b = rxfc->rwm - rxfc->esrwm; in rxfc_should_bump_window_size()320 new_cwm = rxfc->rwm + rxfc->cur_window_size; in rxfc_update_cwm()335 rxfc->rwm += num_bytes; in rxfc_on_retire()350 if (rxfc->rwm + num_bytes > rxfc->swm) in ossl_quic_rxfc_on_retire()374 return rxfc->rwm; in ossl_quic_rxfc_get_rwm()
137 uint64_t cwm, swm, rwm, esrwm, hwm, cur_window_size, max_window_size; member
Completed in 12 milliseconds