Searched refs:max_streams (Results 1 – 9 of 9) sorted by relevance
| /src/crypto/openssl/include/internal/ |
| H A D | quic_wire.h | 360 uint64_t max_streams); 383 uint64_t max_streams); 624 uint64_t *max_streams); 650 uint64_t *max_streams);
|
| /src/crypto/openssl/ssl/quic/ |
| H A D | quic_rx_depack.c | 733 uint64_t max_streams = 0; in depack_do_frame_max_streams() local 735 if (!ossl_quic_wire_decode_frame_max_streams(pkt, &max_streams)) { in depack_do_frame_max_streams() 743 if (max_streams > (((uint64_t)1) << 60)) { in depack_do_frame_max_streams() 753 if (max_streams > ch->max_local_streams_bidi) in depack_do_frame_max_streams() 754 ch->max_local_streams_bidi = max_streams; in depack_do_frame_max_streams() 760 if (max_streams > ch->max_local_streams_uni) in depack_do_frame_max_streams() 761 ch->max_local_streams_uni = max_streams; in depack_do_frame_max_streams()
|
| H A D | quic_wire.c | 274 uint64_t max_streams) in ossl_quic_wire_encode_frame_max_streams() argument 277 || !WPACKET_quic_write_vlint(pkt, max_streams)) in ossl_quic_wire_encode_frame_max_streams() 307 uint64_t max_streams) in ossl_quic_wire_encode_frame_streams_blocked() argument 310 || !WPACKET_quic_write_vlint(pkt, max_streams)) in ossl_quic_wire_encode_frame_streams_blocked() 750 uint64_t *max_streams) in ossl_quic_wire_decode_frame_max_streams() argument 755 || !PACKET_get_quic_vlint(pkt, max_streams)) in ossl_quic_wire_decode_frame_max_streams() 784 uint64_t *max_streams) in ossl_quic_wire_decode_frame_streams_blocked() argument 789 || !PACKET_get_quic_vlint(pkt, max_streams)) in ossl_quic_wire_decode_frame_streams_blocked()
|
| H A D | quic_trace.c | 279 uint64_t max_streams = 0; in frame_max_streams() local 281 if (!ossl_quic_wire_decode_frame_max_streams(pkt, &max_streams)) in frame_max_streams() 284 BIO_printf(bio, " Max Streams: %llu\n", (unsigned long long)max_streams); in frame_max_streams()
|
| H A D | quic_txp.c | 2741 uint64_t max_streams in txp_generate_for_el() local 2748 max_streams)) { in txp_generate_for_el() 2767 uint64_t max_streams in txp_generate_for_el() local 2774 max_streams)) { in txp_generate_for_el()
|
| /src/crypto/openssl/doc/designs/quic-design/ |
| H A D | rx-depacketizer.md | 119 | 0x12 | [max_streams 0x12] | Connection manager? [^6] | ✔ | | |… 120 | 0x13 | [max_streams 0x13] | Connection manager? [^6] | ✔ | | |… 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 D | tx-packetiser.md | 281 | 0x12 | max_streams 0x12 | | | ✓ | ✓ | | | … 282 | 0x13 | max_streams 0x13 | | | ✓ | ✓ | | | …
|
| /src/sys/contrib/openzfs/module/zfs/ |
| H A D | dmu_zfetch.c | 284 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,
|
| /src/contrib/unbound/testcode/ |
| H A D | doqclient.c | 916 uint64_t max_streams, void* user_data) in extend_max_local_streams_bidi() argument 920 (int)max_streams); in extend_max_local_streams_bidi()
|