Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_ackm.c985 static struct tx_pkt_history_st *get_tx_history(OSSL_ACKM *ackm, int pkt_space) in get_tx_history() function
1059 h = get_tx_history(ackm, pkt_space); in ackm_detect_and_remove_newly_acked_pkts()
1141 h = get_tx_history(ackm, pkt_space); in ackm_detect_and_remove_lost_pkts()
1435 struct tx_pkt_history_st *h = get_tx_history(ackm, pkt->pkt_space); in ossl_ackm_on_tx_packet()
1490 h = get_tx_history(ackm, pkt_space); in ackm_process_ecn()
1593 for (pkt = get_tx_history(ackm, pkt_space)->head; pkt != NULL; pkt = pnext) { in ossl_ackm_on_pkt_space_discarded()
1704 h = get_tx_history(ackm, pkt_space); in ossl_ackm_get_largest_unacked()

Completed in 22 milliseconds