Home
last modified time | relevance | path

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

/curl/lib/vquic/
H A Dcurl_ngtcp2.c363 pktx->cf = cf; in pktx_init()
364 pktx->data = data; in pktx_init()
365 pktx->pkt_count = 0; in pktx_init()
801 if(!pktx) { in check_and_set_expiry()
803 pktx = &local_pktx; in check_and_set_expiry()
1642 ++pktx->pkt_count; in recv_pkt()
1651 CURL_TRC_CF(pktx->data, pktx->cf, "ingress, read_pkt -> %s (%d)", in recv_pkt()
1653 cf_ngtcp2_err_set(pktx->cf, pktx->data, rv); in recv_pkt()
1674 if(!pktx) { in cf_progress_ingress()
1676 pktx = &local_pktx; in cf_progress_ingress()
[all …]

Completed in 11 milliseconds