Lines Matching full:streams
82 QUIC_STREAM_LIST_NODE accept_node; /* accept queue of remotely-created streams */
83 QUIC_STREAM_LIST_NODE ready_for_gc_node; /* queue of streams now ready for GC */
218 * The following frames relate to the streams layer for a specific
244 * streams (if they occur, they are probably just
262 * deleted streams. The important criterion is that the
550 * - tracks which streams are 'active' (currently have data for transmission);
551 * - allows iteration over the active streams only.
571 * limit for streams created by us. This mechanism is not used for
572 * peer-initiated streams. If a stream's stream ID is x, a stream is allowed if
575 * If uni is 1, get the limit for locally-initiated unidirectional streams, else
576 * get the limit for locally-initiated bidirectional streams.
590 * Any streams still in the map will be released as though
598 * server-initiated streams as they will need to allocate a QUIC_STREAM
670 * STREAM_DATA_BLOCKED) frame transmission for locally-initiated streams.
858 * Delete streams ready for GC. Pointers to those QUIC_STREAM objects become
864 * Begins shutdown stream flush triage. Analyses all streams, including deleted
865 * but not yet GC'd streams, to determine if we should wait for that stream to
868 * shutdown flush eligible streams have been flushed.
873 * Returns 1 if all shutdown flush eligible streams have finished flushing,
882 * Allows the current set of active streams to be walked using a RR-based
889 * Suppose there are three active streams and the configured stepping is n:
904 * the iteration sequence, or NULL if there are no active streams.