Home
last modified time | relevance | path

Searched refs:max_streams (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/include/internal/
H A Dquic_wire.h372 uint64_t max_streams);
395 uint64_t max_streams);
636 uint64_t *max_streams);
662 uint64_t *max_streams);
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_rx_depack.c734 uint64_t max_streams = 0; in depack_do_frame_max_streams() local
736 if (!ossl_quic_wire_decode_frame_max_streams(pkt, &max_streams)) { in depack_do_frame_max_streams()
744 if (max_streams > (((uint64_t)1) << 60)) { in depack_do_frame_max_streams()
754 if (max_streams > ch->max_local_streams_bidi) in depack_do_frame_max_streams()
755 ch->max_local_streams_bidi = max_streams; in depack_do_frame_max_streams()
761 if (max_streams > ch->max_local_streams_uni) in depack_do_frame_max_streams()
762 ch->max_local_streams_uni = max_streams; in depack_do_frame_max_streams()
H A Dquic_wire.c274 uint64_t max_streams) in ossl_quic_wire_encode_frame_max_streams() argument
278 || !WPACKET_quic_write_vlint(pkt, max_streams)) in ossl_quic_wire_encode_frame_max_streams()
309 uint64_t max_streams) in ossl_quic_wire_encode_frame_streams_blocked() argument
313 || !WPACKET_quic_write_vlint(pkt, max_streams)) in ossl_quic_wire_encode_frame_streams_blocked()
752 uint64_t *max_streams) in ossl_quic_wire_decode_frame_max_streams() argument
757 || !PACKET_get_quic_vlint(pkt, max_streams)) in ossl_quic_wire_decode_frame_max_streams()
786 uint64_t *max_streams) in ossl_quic_wire_decode_frame_streams_blocked() argument
791 || !PACKET_get_quic_vlint(pkt, max_streams)) in ossl_quic_wire_decode_frame_streams_blocked()
H A Dquic_trace.c278 uint64_t max_streams = 0; in frame_max_streams() local
280 if (!ossl_quic_wire_decode_frame_max_streams(pkt, &max_streams)) in frame_max_streams()
283 BIO_printf(bio, " Max Streams: %llu\n", (unsigned long long)max_streams); in frame_max_streams()
H A Dquic_txp.c2756 uint64_t max_streams in txp_generate_for_el() local
2763 max_streams)) { in txp_generate_for_el()
2782 uint64_t max_streams in txp_generate_for_el() local
2789 max_streams)) { in txp_generate_for_el()
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Drx-depacketizer.md119 | 0x12 | [max_streams 0x12] | Connection manager? [^6] | &#10004; | | |…
120 | 0x13 | [max_streams 0x13] | Connection manager? [^6] | &#10004; | | |…
161 [^6]: I imagine that `max_streams` and `streams_blocked` concern a Connection
192 [max_streams 0x12]: https://datatracker.ietf.org/doc/html/rfc9000#section-19.11
193 [max_streams 0x13]: https://datatracker.ietf.org/doc/html/rfc9000#section-19.11
H A Dtx-packetiser.md281 | 0x12 | max_streams 0x12 | | | &check; | &check; | | | …
282 | 0x13 | max_streams 0x13 | | | &check; | &check; | | | …
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_zfetch.c284 uint32_t max_streams = MAX(1, MIN(zfetch_max_streams, in dmu_zfetch_stream_create() local
287 if (zf->zf_numstreams >= max_streams) { in dmu_zfetch_stream_create()
777 ZFS_MODULE_PARAM(zfs_prefetch, zfetch_, max_streams, UINT, ZMOD_RW,