Searched refs:ngtcp2_ksl_remove_hint (Results 1 – 8 of 8) sorted by relevance
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
D | ngtcp2_acktr.c | 148 ngtcp2_ksl_remove_hint(&acktr->ents, NULL, &it, &ent->pkt_num); in ngtcp2_acktr_add() 189 ngtcp2_ksl_remove_hint(&acktr->ents, NULL, &it, &delent->pkt_num); in ngtcp2_acktr_add() 204 ngtcp2_ksl_remove_hint(&acktr->ents, &it, &it, &ent->pkt_num); in ngtcp2_acktr_forget() 236 ngtcp2_ksl_remove_hint(&acktr->ents, it, it, &ent->pkt_num); in acktr_remove()
|
D | ngtcp2_rob.c | 180 ngtcp2_ksl_remove_hint(&rob->gapksl, &it, &it, &g->range); in ngtcp2_rob_push() 239 ngtcp2_ksl_remove_hint(&rob->gapksl, &it, &it, &g->range); in ngtcp2_rob_remove_prefix() 250 ngtcp2_ksl_remove_hint(&rob->dataksl, &it, &it, &d->range); in ngtcp2_rob_remove_prefix() 300 ngtcp2_ksl_remove_hint(&rob->dataksl, NULL, &it, &d->range); in ngtcp2_rob_pop()
|
D | ngtcp2_gaptr.c | 80 ngtcp2_ksl_remove_hint(&gaptr->gap, &it, &it, &k); in ngtcp2_gaptr_push() 166 ngtcp2_ksl_remove_hint(&gaptr->gap, NULL, &it, &r); in ngtcp2_gaptr_drop_first_gap()
|
D | ngtcp2_ksl.h | 205 int ngtcp2_ksl_remove_hint(ngtcp2_ksl *ksl, ngtcp2_ksl_it *it,
|
D | ngtcp2_rtb.c | 711 rv = ngtcp2_ksl_remove_hint(&rtb->ents, it, it, &ent->hd.pkt_num); in rtb_remove() 1361 rv = ngtcp2_ksl_remove_hint(&rtb->ents, &it, &it, &ent->hd.pkt_num); in ngtcp2_rtb_remove_excessive_lost_pkt() 1401 rv = ngtcp2_ksl_remove_hint(&rtb->ents, &it, &it, &ent->hd.pkt_num); in ngtcp2_rtb_remove_expired_lost_pkt() 1579 rv = ngtcp2_ksl_remove_hint(&rtb->ents, &it, &it, &ent->hd.pkt_num); in ngtcp2_rtb_remove_all() 1610 rv = ngtcp2_ksl_remove_hint(&rtb->ents, &it, &it, &ent->hd.pkt_num); in ngtcp2_rtb_remove_early_data()
|
D | ngtcp2_strm.c | 215 ngtcp2_ksl_remove_hint(strm->tx.streamfrq, &it, &it, &fr->offset); in strm_streamfrq_unacked_pop()
|
D | ngtcp2_ksl.c | 500 int ngtcp2_ksl_remove_hint(ngtcp2_ksl *ksl, ngtcp2_ksl_it *it, in ngtcp2_ksl_remove_hint() function
|
D | ngtcp2_conn.c | 2013 ngtcp2_ksl_remove_hint(&pktns->crypto.tx.frq, &it, &it, &fr->offset); in conn_cryptofrq_unacked_pop()
|