Home
last modified time | relevance | path

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

/dpdk/lib/pcapng/
H A Drte_pcapng.c521 unsigned int i, iovcnt; in mbuf_burst_segs() local
523 for (iovcnt = 0, i = 0; i < n; i++) { in mbuf_burst_segs()
528 iovcnt += m->nb_segs; in mbuf_burst_segs()
530 return iovcnt; in mbuf_burst_segs()
538 int iovcnt = mbuf_burst_segs(pkts, nb_pkts); in rte_pcapng_write_packets() local
539 struct iovec iov[iovcnt]; in rte_pcapng_write_packets()
567 ret = writev(self->outfd, iov, iovcnt); in rte_pcapng_write_packets()