Searched refs:closing_bytes_recv (Results 1 – 1 of 1) sorted by relevance
96 uint64_t closing_bytes_recv; member1787 if (txp->closing_bytes_recv == 0) in try_commit_conn_close()1802 res = txp->closing_bytes_xmit + n <= txp->closing_bytes_recv * 3; in try_commit_conn_close()1808 if (res && txp->closing_bytes_recv != 0) in try_commit_conn_close()1816 txp->closing_bytes_recv += n; in ossl_quic_tx_packetiser_record_received_closing_bytes()
Completed in 17 milliseconds