Lines Matching defs:txp

126     OSSL_QUIC_TX_PACKETISER *txp;  member
187 static int tx_helper_init(struct tx_helper *h, OSSL_QUIC_TX_PACKETISER *txp, in tx_helper_init()
456 OSSL_QUIC_TX_PACKETISER *txp; in ossl_quic_tx_packetiser_new() local
494 void ossl_quic_tx_packetiser_free(OSSL_QUIC_TX_PACKETISER *txp) in ossl_quic_tx_packetiser_free()
563 int ossl_quic_tx_packetiser_set_initial_token(OSSL_QUIC_TX_PACKETISER *txp, in ossl_quic_tx_packetiser_set_initial_token()
583 int ossl_quic_tx_packetiser_set_cur_dcid(OSSL_QUIC_TX_PACKETISER *txp, in ossl_quic_tx_packetiser_set_cur_dcid()
595 int ossl_quic_tx_packetiser_set_cur_scid(OSSL_QUIC_TX_PACKETISER *txp, in ossl_quic_tx_packetiser_set_cur_scid()
608 int ossl_quic_tx_packetiser_set_peer(OSSL_QUIC_TX_PACKETISER *txp, in ossl_quic_tx_packetiser_set_peer()
620 void ossl_quic_tx_packetiser_set_ack_tx_cb(OSSL_QUIC_TX_PACKETISER *txp, in ossl_quic_tx_packetiser_set_ack_tx_cb()
630 void ossl_quic_tx_packetiser_set_qlog_cb(OSSL_QUIC_TX_PACKETISER *txp, in ossl_quic_tx_packetiser_set_qlog_cb()
638 int ossl_quic_tx_packetiser_discard_enc_level(OSSL_QUIC_TX_PACKETISER *txp, in ossl_quic_tx_packetiser_discard_enc_level()
652 void ossl_quic_tx_packetiser_notify_handshake_complete(OSSL_QUIC_TX_PACKETISER *txp) in ossl_quic_tx_packetiser_notify_handshake_complete()
657 void ossl_quic_tx_packetiser_schedule_handshake_done(OSSL_QUIC_TX_PACKETISER *txp) in ossl_quic_tx_packetiser_schedule_handshake_done()
662 void ossl_quic_tx_packetiser_schedule_ack_eliciting(OSSL_QUIC_TX_PACKETISER *txp, in ossl_quic_tx_packetiser_schedule_ack_eliciting()
668 void ossl_quic_tx_packetiser_schedule_ack(OSSL_QUIC_TX_PACKETISER *txp, in ossl_quic_tx_packetiser_schedule_ack()
684 int ossl_quic_tx_packetiser_generate(OSSL_QUIC_TX_PACKETISER *txp, in ossl_quic_tx_packetiser_generate()
1207 static int txp_determine_geometry(OSSL_QUIC_TX_PACKETISER *txp, in txp_determine_geometry()
1289 static uint32_t txp_determine_archetype(OSSL_QUIC_TX_PACKETISER *txp, in txp_determine_archetype()
1324 static int txp_should_try_staging(OSSL_QUIC_TX_PACKETISER *txp, in txp_should_try_staging()
1495 static size_t txp_determine_pn_len(OSSL_QUIC_TX_PACKETISER *txp) in txp_determine_pn_len()
1501 static int txp_determine_ppl_from_pl(OSSL_QUIC_TX_PACKETISER *txp, in txp_determine_ppl_from_pl()
1520 static size_t txp_get_mdpl(OSSL_QUIC_TX_PACKETISER *txp) in txp_get_mdpl()
1528 OSSL_QUIC_TX_PACKETISER *txp = arg; in get_sstream_by_id() local
1544 OSSL_QUIC_TX_PACKETISER *txp = arg; in on_regen_notify() local
1603 static int txp_need_ping(OSSL_QUIC_TX_PACKETISER *txp, in txp_need_ping()
1612 static int txp_pkt_init(struct txp_pkt *pkt, OSSL_QUIC_TX_PACKETISER *txp, in txp_pkt_init()
1638 static void txp_pkt_cleanup(struct txp_pkt *pkt, OSSL_QUIC_TX_PACKETISER *txp) in txp_pkt_cleanup()
1653 OSSL_QUIC_TX_PACKETISER *txp) in txp_pkt_postgen_update_pkt_overhead()
1697 OSSL_QUIC_TX_PACKETISER *txp = arg; in on_confirm_notify() local
1735 OSSL_QUIC_TX_PACKETISER *txp, size_t num_bytes) in txp_pkt_append_padding()
1768 OSSL_QUIC_TX_PACKETISER *txp = arg; in on_sstream_updated() local
1782 static int try_commit_conn_close(OSSL_QUIC_TX_PACKETISER *txp, size_t n) in try_commit_conn_close()
1814 OSSL_QUIC_TX_PACKETISER *txp, size_t n) in ossl_quic_tx_packetiser_record_received_closing_bytes()
1819 static int txp_generate_pre_token(OSSL_QUIC_TX_PACKETISER *txp, in txp_generate_pre_token()
2035 static int txp_generate_crypto_frames(OSSL_QUIC_TX_PACKETISER *txp, in txp_generate_crypto_frames()
2130 static int txp_plan_stream_chunk(OSSL_QUIC_TX_PACKETISER *txp, in txp_plan_stream_chunk()
2183 static int txp_generate_stream_frames(OSSL_QUIC_TX_PACKETISER *txp, in txp_generate_stream_frames()
2399 static int txp_generate_stream_related(OSSL_QUIC_TX_PACKETISER *txp, in txp_generate_stream_related()
2565 static int txp_generate_for_el(OSSL_QUIC_TX_PACKETISER *txp, in txp_generate_for_el()
2883 static int txp_pkt_commit(OSSL_QUIC_TX_PACKETISER *txp, in txp_pkt_commit()
3071 int ossl_quic_tx_packetiser_schedule_conn_close(OSSL_QUIC_TX_PACKETISER *txp, in ossl_quic_tx_packetiser_schedule_conn_close()
3101 void ossl_quic_tx_packetiser_set_msg_callback(OSSL_QUIC_TX_PACKETISER *txp, in ossl_quic_tx_packetiser_set_msg_callback()
3109 void ossl_quic_tx_packetiser_set_msg_callback_arg(OSSL_QUIC_TX_PACKETISER *txp, in ossl_quic_tx_packetiser_set_msg_callback_arg()
3115 QUIC_PN ossl_quic_tx_packetiser_get_next_pn(OSSL_QUIC_TX_PACKETISER *txp, in ossl_quic_tx_packetiser_get_next_pn()
3124 OSSL_TIME ossl_quic_tx_packetiser_get_deadline(OSSL_QUIC_TX_PACKETISER *txp) in ossl_quic_tx_packetiser_get_deadline()