Home
last modified time | relevance | path

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

/third_party/node/deps/ngtcp2/ngtcp2/lib/
Dngtcp2_rtb.c301 ngtcp2_objalloc *rtb_entry_objalloc, in ngtcp2_rtb_init() argument
303 rtb->rtb_entry_objalloc = rtb_entry_objalloc; in ngtcp2_rtb_init()
336 rtb->rtb_entry_objalloc, rtb->frc_objalloc, in ngtcp2_rtb_free()
1082 ngtcp2_rtb_entry_objalloc_del(ent, rtb->rtb_entry_objalloc, in ngtcp2_rtb_recv_ack()
1095 ngtcp2_rtb_entry_objalloc_del(ent, rtb->rtb_entry_objalloc, in ngtcp2_rtb_recv_ack()
1124 ngtcp2_rtb_entry_objalloc_del(ent, rtb->rtb_entry_objalloc, in ngtcp2_rtb_recv_ack()
1363 ngtcp2_rtb_entry_objalloc_del(ent, rtb->rtb_entry_objalloc, in ngtcp2_rtb_remove_excessive_lost_pkt()
1403 ngtcp2_rtb_entry_objalloc_del(ent, rtb->rtb_entry_objalloc, in ngtcp2_rtb_remove_expired_lost_pkt()
1583 ngtcp2_rtb_entry_objalloc_del(ent, rtb->rtb_entry_objalloc, in ngtcp2_rtb_remove_all()
1613 ngtcp2_rtb_entry_objalloc_del(ent, rtb->rtb_entry_objalloc, in ngtcp2_rtb_remove_early_data()
Dngtcp2_rtb.h299 ngtcp2_objalloc *rtb_entry_objalloc; member
351 ngtcp2_objalloc *rtb_entry_objalloc,
Dngtcp2_conn.h360 ngtcp2_objalloc rtb_entry_objalloc; member
Dngtcp2_conn.c645 ngtcp2_qlog *qlog, ngtcp2_objalloc *rtb_entry_objalloc, in pktns_init() argument
669 qlog, rtb_entry_objalloc, frc_objalloc, mem); in pktns_init()
681 ngtcp2_qlog *qlog, ngtcp2_objalloc *rtb_entry_objalloc, in pktns_new() argument
690 rv = pktns_init(*ppktns, pktns_id, rst, cc, log, qlog, rtb_entry_objalloc, in pktns_new()
1101 ngtcp2_objalloc_rtb_entry_init(&(*pconn)->rtb_entry_objalloc, 64, mem); in conn_new()
1202 &(*pconn)->rtb_entry_objalloc, &(*pconn)->frc_objalloc, mem); in conn_new()
1209 &(*pconn)->rtb_entry_objalloc, &(*pconn)->frc_objalloc, mem); in conn_new()
1216 &(*pconn)->rtb_entry_objalloc, &(*pconn)->frc_objalloc, mem); in conn_new()
1379 ngtcp2_objalloc_free(&(*pconn)->rtb_entry_objalloc); in conn_new()
1600 ngtcp2_objalloc_free(&conn->rtb_entry_objalloc); in ngtcp2_conn_del()
[all …]