Searched refs:txp_args (Results 1 – 1 of 1) sorted by relevance
161 OSSL_QUIC_TX_PACKETISER_ARGS txp_args = {0}; in ch_init() local260 txp_args.cur_scid = ch->init_scid; in ch_init()261 txp_args.cur_dcid = ch->init_dcid; in ch_init()262 txp_args.ack_delay_exponent = 3; in ch_init()263 txp_args.qtx = ch->qtx; in ch_init()264 txp_args.txpim = ch->txpim; in ch_init()265 txp_args.cfq = ch->cfq; in ch_init()266 txp_args.ackm = ch->ackm; in ch_init()267 txp_args.qsm = &ch->qsm; in ch_init()268 txp_args.conn_txfc = &ch->conn_txfc; in ch_init()[all …]