Lines Matching defs:quic_fifd_st
27 struct quic_fifd_st { struct
29 QUIC_CFQ *cfq;
30 OSSL_ACKM *ackm;
31 QUIC_TXPIM *txpim;
32 QUIC_SSTREAM *(*get_sstream_by_id)(uint64_t stream_id,
35 void *get_sstream_by_id_arg;
36 void (*regen_frame)(uint64_t frame_type,
40 void *regen_frame_arg;
41 void (*confirm_frame)(uint64_t frame_type,
45 void *confirm_frame_arg;
46 void (*sstream_updated)(uint64_t stream_id,
48 void *sstream_updated_arg;
49 QLOG *(*get_qlog_cb)(void *arg);
50 void *get_qlog_cb_arg;