Lines Matching refs:tx_helper
125 struct tx_helper { struct
183 static void tx_helper_rollback(struct tx_helper *h); argument
187 static int tx_helper_init(struct tx_helper *h, OSSL_QUIC_TX_PACKETISER *txp, in tx_helper_init()
219 static void tx_helper_cleanup(struct tx_helper *h) in tx_helper_cleanup()
227 static void tx_helper_unrestrict(struct tx_helper *h) in tx_helper_unrestrict()
246 static int tx_helper_append_iovec(struct tx_helper *h, in tx_helper_append_iovec()
272 static size_t tx_helper_get_space_left(struct tx_helper *h) in tx_helper_get_space_left()
285 static WPACKET *tx_helper_begin(struct tx_helper *h) in tx_helper_begin()
317 static void tx_helper_end(struct tx_helper *h, int success) in tx_helper_end()
329 static void tx_helper_rollback(struct tx_helper *h) in tx_helper_rollback()
338 static int tx_helper_commit(struct tx_helper *h) in tx_helper_commit()
409 struct tx_helper h;
1828 struct tx_helper *h = &pkt->h; in txp_generate_pre_token()
1984 static int determine_crypto_len(struct tx_helper *h, in determine_crypto_len()
2009 static int determine_stream_len(struct tx_helper *h, in determine_stream_len()
2042 struct tx_helper *h = &pkt->h; in txp_generate_crypto_frames()
2131 struct tx_helper *h, in txp_plan_stream_chunk()
2198 struct tx_helper *h = &pkt->h; in txp_generate_stream_frames()
2408 struct tx_helper *h = &pkt->h; in txp_generate_stream_related()
2585 struct tx_helper *h = &pkt->h; in txp_generate_for_el()