Home
last modified time | relevance | path

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

/curl/lib/vquic/
H A Dcurl_ngtcp2.c337 pktx->cf = cf; in pktx_init()
338 pktx->data = data; in pktx_init()
339 pktx->pkt_count = 0; in pktx_init()
767 if(!pktx) { in check_and_set_expiry()
769 pktx = &local_pktx; in check_and_set_expiry()
1632 ++pktx->pkt_count; in recv_pkt()
1641 CURL_TRC_CF(pktx->data, pktx->cf, "ingress, read_pkt -> %s (%d)", in recv_pkt()
1643 cf_ngtcp2_err_set(pktx->cf, pktx->data, rv); in recv_pkt()
1664 if(!pktx) { in cf_progress_ingress()
1666 pktx = &local_pktx; in cf_progress_ingress()
[all …]

Completed in 15 milliseconds