Searched refs:closing_bytes_recv (Results 1 – 1 of 1) sorted by relevance
98 uint64_t closing_bytes_recv; member1888 if (txp->closing_bytes_recv == 0) in try_commit_conn_close()1903 res = txp->closing_bytes_xmit + n <= txp->closing_bytes_recv * 3; in try_commit_conn_close()1909 if (res && txp->closing_bytes_recv != 0) in try_commit_conn_close()1917 txp->closing_bytes_recv += n; in ossl_quic_tx_packetiser_record_received_closing_bytes()