Home
last modified time | relevance | path

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

/freebsd/tools/tools/netmap/
H A Dnmreplay.c234 uint64_t tot_pkt; member
387 (int)pf->tot_pkt); in readpcap()
392 (int)pf->tot_pkt); in readpcap()
396 if (pf->tot_pkt == 0) { in readpcap()
400 pf->tot_pkt++; in readpcap()
407 (u_long)pf->tot_pkt, (u_long)pf->tot_bytes, in readpcap()
759 loops = (1 + 10000 / pf->tot_pkt); in pcap_prod()
760 tot_pkts = loops * pf->tot_pkt; in pcap_prod()
796 if ((i % pf->tot_pkt) == 0) in pcap_prod()