Home
last modified time | relevance | path

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

/third_party/node/deps/ngtcp2/ngtcp2/lib/
Dngtcp2_acktr.c114 it = ngtcp2_ksl_lower_bound(&acktr->ents, &pkt_num); in ngtcp2_acktr_add()
199 it = ngtcp2_ksl_lower_bound(&acktr->ents, &ent->pkt_num); in ngtcp2_acktr_forget()
251 it = ngtcp2_ksl_lower_bound(&acktr->ents, &ack_ent->largest_ack); in acktr_on_ack()
Dngtcp2_ksl.h216 ngtcp2_ksl_it ngtcp2_ksl_lower_bound(ngtcp2_ksl *ksl,
Dngtcp2_rtb.c986 it = ngtcp2_ksl_lower_bound(&rtb->ents, &largest_ack); in ngtcp2_rtb_recv_ack()
1024 it = ngtcp2_ksl_lower_bound(&rtb->ents, &largest_ack); in ngtcp2_rtb_recv_ack()
1204 it = ngtcp2_ksl_lower_bound(&rtb->ents, &rtb->largest_acked_tx_pkt_num); in rtb_detect_lost_pkt()
Dngtcp2_ksl.c605 ngtcp2_ksl_it ngtcp2_ksl_lower_bound(ngtcp2_ksl *ksl, in ngtcp2_ksl_lower_bound() function
Dngtcp2_conn.c2310 it = ngtcp2_ksl_lower_bound(&conn->scid.set, &hd->dcid); in conn_verify_dcid()
3307 it = ngtcp2_ksl_lower_bound(&conn->scid.set, &cid); in conn_enqueue_new_connection_id()