Home
last modified time | relevance | path

Searched refs:pkt_num (Results 1 – 9 of 9) sorted by relevance

/openssl/ssl/quic/
H A Dquic_ackm.c64 return (unsigned long)pkt->pkt_num; in tx_pkt_info_hash()
70 if (a->pkt_num < b->pkt_num) in tx_pkt_info_compare()
72 if (a->pkt_num > b->pkt_num) in tx_pkt_info_compare()
135 h->watermark = pkt->pkt_num + 1; in tx_pkt_history_add()
136 h->highest_sent = pkt->pkt_num; in tx_pkt_history_add()
146 key.pkt_num = pkt_num; in tx_pkt_history_by_pkt_num()
156 key.pkt_num = pkt_num; in tx_pkt_history_remove()
158 pkt = tx_pkt_history_by_pkt_num(h, pkt_num); in tx_pkt_history_remove()
952 if (p->pkt_num > largest_pn_lost) in ackm_on_pkts_lost()
1354 *pn = p->pkt_num; in ossl_ackm_get_largest_unacked()
[all …]
H A Dqlog_event_helpers.c180 QLOG_U64("packet_number", tpkt->ackm_pkt.pkt_num); in ossl_qlog_event_recovery_packet_lost()
H A Dquic_rx_depack.c1434 ackm_data.pkt_num = qpacket->pn; in ossl_quic_handle_frames()
H A Dquic_txp.c2826 tpkt->ackm_pkt.pkt_num = txp->next_pn[pn_space]; in txp_generate_for_el()
/openssl/include/internal/
H A Dquic_ackm.h60 QUIC_PN pkt_num; member
141 QUIC_PN pkt_num; member
/openssl/test/
H A Dquic_ackm_test.c366 tx->pkt_num = c->pn_table[i]; in test_tx_ack_case_actual()
548 tx->pkt_num = s->pn + i; in test_tx_ack_time_script()
954 pkt.pkt_num = s->pn + i; in test_rx_ack_actual()
961 pkt.pkt_num, in test_rx_ack_actual()
1027 tx->pkt_num = s->pn; in test_rx_ack_actual()
H A Dquic_fifd_test.c174 pkt->ackm_pkt.pkt_num = 0; in test_generic()
232 pkt2->ackm_pkt.pkt_num = 50; in test_generic()
H A Dquic_txp_test.c560 rx_pkt.pkt_num = i; in schedule_ack()
/openssl/doc/designs/quic-design/
H A Dquic-ackm.md135 QUIC_PN pkt_num;
156 * One of the QUIC_PN_SPACE_* values. This qualifies the pkt_num field
224 QUIC_PN pkt_num;
230 * One of the QUIC_PN_SPACE_* values. This qualifies the pkt_num field

Completed in 126 milliseconds