Searched refs:pkts (Results 1 – 11 of 11) sorted by relevance
/third_party/curl/lib/vquic/ |
D | vquic.c | 344 size_t total_nread, pkts; in recvmmsg_packets() local 350 pkts = 0; in recvmmsg_packets() 352 while(pkts < max_pkts) { in recvmmsg_packets() 390 pkts += mcount; in recvmmsg_packets() 404 pkts, total_nread, result); in recvmmsg_packets() 419 size_t total_nread, pkts; in recvmsg_packets() local 432 for(pkts = 0, total_nread = 0; pkts < max_pkts;) { in recvmsg_packets() 459 ++pkts; in recvmsg_packets() 470 pkts, total_nread, result); in recvmsg_packets() 485 size_t total_nread, pkts; in recvfrom_packets() local [all …]
|
D | curl_quiche.c | 538 int pkts; member 552 ++r->pkts; in recv_pkt() 601 rctx.pkts = 0; in cf_process_ingress() 607 if(rctx.pkts > 0) { in cf_process_ingress()
|
/third_party/openssl/test/helpers/ |
D | ssltestlib.c | 265 STACK_OF(MEMPACKET) *pkts; 313 if (!TEST_ptr(ctx->pkts = sk_MEMPACKET_new_null())) { in mempacket_test_new() 328 sk_MEMPACKET_pop_free(ctx->pkts, mempacket_free); in mempacket_test_free() 353 if ((thispkt = sk_MEMPACKET_value(ctx->pkts, 0)) == NULL in mempacket_test_read() 359 (void)sk_MEMPACKET_shift(ctx->pkts); in mempacket_test_read() 424 int numpkts = sk_MEMPACKET_num(ctx->pkts); in mempacket_swap_epoch() 433 thispkt = sk_MEMPACKET_value(ctx->pkts, numpkts - 1); in mempacket_swap_epoch() 481 if (sk_MEMPACKET_insert(ctx->pkts, thispkt, numpkts) <= 0) { in mempacket_swap_epoch() 501 int numpkts = sk_MEMPACKET_num(ctx->pkts); in mempacket_move_packet() 512 thispkt = sk_MEMPACKET_value(ctx->pkts, s); in mempacket_move_packet() [all …]
|
/third_party/node/deps/uv/src/unix/ |
D | udp.c | 321 size_t pkts; in uv__udp_sendmmsg() local 328 for (pkts = 0, q = QUEUE_HEAD(&handle->write_queue); in uv__udp_sendmmsg() 329 pkts < UV__MMSG_MAXWIDTH && q != &handle->write_queue; in uv__udp_sendmmsg() 330 ++pkts, q = QUEUE_HEAD(q)) { in uv__udp_sendmmsg() 335 p = &h[pkts]; in uv__udp_sendmmsg() 353 h[pkts].msg_hdr.msg_iov = (struct iovec*) req->bufs; in uv__udp_sendmmsg() 354 h[pkts].msg_hdr.msg_iovlen = req->nbufs; in uv__udp_sendmmsg() 358 npkts = uv__sendmmsg(handle->io_watcher.fd, h, pkts); in uv__udp_sendmmsg() 365 i < pkts && q != &handle->write_queue; in uv__udp_sendmmsg()
|
/third_party/libuv/src/unix/ |
D | udp.c | 321 size_t pkts; in uv__udp_sendmmsg() local 328 for (pkts = 0, q = QUEUE_HEAD(&handle->write_queue); in uv__udp_sendmmsg() 329 pkts < UV__MMSG_MAXWIDTH && q != &handle->write_queue; in uv__udp_sendmmsg() 330 ++pkts, q = QUEUE_HEAD(q)) { in uv__udp_sendmmsg() 335 p = &h[pkts]; in uv__udp_sendmmsg() 353 h[pkts].msg_hdr.msg_iov = (struct iovec*) req->bufs; in uv__udp_sendmmsg() 354 h[pkts].msg_hdr.msg_iovlen = req->nbufs; in uv__udp_sendmmsg() 358 npkts = uv__sendmmsg(handle->io_watcher.fd, h, pkts); in uv__udp_sendmmsg() 365 i < pkts && q != &handle->write_queue; in uv__udp_sendmmsg()
|
/third_party/lwip/ |
D | 0031-refactor-add-event-limit-send-pkts-num.patch | 4 Subject: [PATCH] refactor add event, limit send pkts num 43 + /* avoid send cose too much time, limit send pkts num max 10 */
|
D | lwip.spec | 45 Patch9030: 0031-refactor-add-event-limit-send-pkts-num.patch 368 fast rexmit all pkts 403 limit send pkts num max 10
|
D | 0038-add-tso.patch | 222 - /* avoid send cose too much time, limit send pkts num max 10 */
|
/third_party/popt/tests/test3-data/ |
D | 03.input | 39 # are we using an SDMUX to receive rev STP pkts?
|
/third_party/pulseaudio/src/modules/rtp/ |
D | rfc3550.txt | 4263 int lost:24; /* cumul. no. pkts lost (signed!) */
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 78633 u64 pkts; member
|