Searched refs:na_pkts (Results 1 – 1 of 1) sorted by relevance
1148 OSSL_ACKM_TX_PKT *na_pkts, *lost_pkts; in ossl_ackm_on_rx_ack_frame() local1171 na_pkts = ackm_detect_and_remove_newly_acked_pkts(ackm, ack, pkt_space); in ossl_ackm_on_rx_ack_frame()1172 if (na_pkts == NULL) { in ossl_ackm_on_rx_ack_frame()1185 if (na_pkts->pkt_num == ack->ack_ranges[0].end && in ossl_ackm_on_rx_ack_frame()1186 ack_includes_ack_eliciting(na_pkts)) { in ossl_ackm_on_rx_ack_frame()1197 ossl_time_subtract(now, na_pkts->time)); in ossl_ackm_on_rx_ack_frame()1215 ackm_on_pkts_acked(ackm, na_pkts); in ossl_ackm_on_rx_ack_frame()
Completed in 7 milliseconds