Lines Matching refs:stream_id

418 static QUIC_SSTREAM *get_sstream_by_id(uint64_t stream_id, uint32_t pn_space,
420 static void on_regen_notify(uint64_t frame_type, uint64_t stream_id,
422 static void on_confirm_notify(uint64_t frame_type, uint64_t stream_id,
424 static void on_sstream_updated(uint64_t stream_id, void *arg);
1525 static QUIC_SSTREAM *get_sstream_by_id(uint64_t stream_id, uint32_t pn_space, in get_sstream_by_id() argument
1531 if (stream_id == UINT64_MAX) in get_sstream_by_id()
1534 s = ossl_quic_stream_map_get_by_id(txp->args.qsm, stream_id); in get_sstream_by_id()
1541 static void on_regen_notify(uint64_t frame_type, uint64_t stream_id, in on_regen_notify() argument
1565 = ossl_quic_stream_map_get_by_id(txp->args.qsm, stream_id); in on_regen_notify()
1577 = ossl_quic_stream_map_get_by_id(txp->args.qsm, stream_id); in on_regen_notify()
1588 = ossl_quic_stream_map_get_by_id(txp->args.qsm, stream_id); in on_regen_notify()
1694 static void on_confirm_notify(uint64_t frame_type, uint64_t stream_id, in on_confirm_notify() argument
1703 = ossl_quic_stream_map_get_by_id(txp->args.qsm, stream_id); in on_confirm_notify()
1715 = ossl_quic_stream_map_get_by_id(txp->args.qsm, stream_id); in on_confirm_notify()
1766 static void on_sstream_updated(uint64_t stream_id, void *arg) in on_sstream_updated() argument
1771 s = ossl_quic_stream_map_get_by_id(txp->args.qsm, stream_id); in on_sstream_updated()
2113 chunk.stream_id = UINT64_MAX; /* crypto stream */ in txp_generate_crypto_frames()
2342 shdr->stream_id = id; in txp_generate_stream_frames()
2369 chunk.stream_id = shdr->stream_id; in txp_generate_stream_frames()
2432 f.stream_id = stream->id; in txp_generate_stream_related()
2458 f.stream_id = stream->id; in txp_generate_stream_related()
2921 chunk.stream_id = stream->id; in txp_pkt_commit()