Lines Matching refs:a

1296                                   struct archetype_data *a)  in txp_get_archetype_data()  argument
1303 *a = archetypes[enc_level][archetype]; in txp_get_archetype_data()
1430 struct archetype_data a; in txp_should_try_staging() local
1437 if (!txp_get_archetype_data(enc_level, archetype, &a)) in txp_should_try_staging()
1440 if (!a.bypass_cc && cc_limit == 0) in txp_should_try_staging()
1479 if (a.allow_force_ack_eliciting) { in txp_should_try_staging()
1492 if (a.allow_crypto && sstream_is_pending(txp->args.crypto[pn_space])) in txp_should_try_staging()
1496 if (a.allow_ack && (ossl_ackm_is_ack_desired(txp->args.ackm, pn_space) in txp_should_try_staging()
1501 if (a.allow_force_ack_eliciting in txp_should_try_staging()
1506 if (a.allow_conn_fc && (txp->want_max_data in txp_should_try_staging()
1511 if (a.allow_conn_fc in txp_should_try_staging()
1521 if (a.allow_handshake_done && txp->want_handshake_done) in txp_should_try_staging()
1525 if (a.allow_conn_close && txp->want_conn_close && in txp_should_try_staging()
1544 if (a.allow_new_conn_id) in txp_should_try_staging()
1548 if (a.allow_retire_conn_id) in txp_should_try_staging()
1552 if (a.allow_new_token) in txp_should_try_staging()
1556 if (a.allow_path_response) in txp_should_try_staging()
1560 if (a.allow_cfq_other) in txp_should_try_staging()
1566 if (a.allow_stream_rel && txp->handshake_complete) { in txp_should_try_staging()
1927 const struct archetype_data *a = &pkt->geom.adata; in txp_generate_pre_token() local
1936 if (a->allow_ack in txp_generate_pre_token()
1969 if (a->allow_conn_close && txp->want_conn_close && chosen_for_conn_close) { in txp_generate_pre_token()
2674 const struct archetype_data a = pkt->geom.adata; in txp_generate_for_el() local
2706 if (a.allow_handshake_done && txp->want_handshake_done in txp_generate_for_el()
2727 if (a.allow_conn_fc in txp_generate_for_el()
2751 if (a.allow_conn_fc in txp_generate_for_el()
2777 if (a.allow_conn_fc in txp_generate_for_el()
2812 if (!a.allow_new_conn_id) in txp_generate_for_el()
2816 if (!a.allow_retire_conn_id) in txp_generate_for_el()
2820 if (!a.allow_new_token) in txp_generate_for_el()
2838 if (!a.allow_path_response) in txp_generate_for_el()
2849 if (!a.allow_cfq_other) in txp_generate_for_el()
2883 if (a.allow_crypto) in txp_generate_for_el()
2888 if (a.allow_stream_rel && txp->handshake_complete) in txp_generate_for_el()
2897 if (!have_ack_eliciting && txp_need_ping(txp, pn_space, &a)) { in txp_generate_for_el()
2995 struct archetype_data a; in txp_pkt_commit() local
3003 if (!txp_get_archetype_data(enc_level, archetype, &a)) in txp_pkt_commit()
3145 if (a.allow_force_ack_eliciting /* (i.e., not for 0-RTT) */ in txp_pkt_commit()