Home | History | Annotate | Download | only in libpcap

Lines Matching refs:stats

794 pcap_stats_linux(pcap_t *handle, struct pcap_stat *stats)
854 *stats = handle->md.stat;
892 stats->ps_recv = handle->md.packets_read;
893 stats->ps_drop = 0;