Searched refs:ngtcp2_ksl_lower_bound (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
D | ngtcp2_acktr.c | 114 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()
|
D | ngtcp2_ksl.h | 216 ngtcp2_ksl_it ngtcp2_ksl_lower_bound(ngtcp2_ksl *ksl,
|
D | ngtcp2_rtb.c | 986 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()
|
D | ngtcp2_ksl.c | 605 ngtcp2_ksl_it ngtcp2_ksl_lower_bound(ngtcp2_ksl *ksl, in ngtcp2_ksl_lower_bound() function
|
D | ngtcp2_conn.c | 2310 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()
|