Home
last modified time | relevance | path

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

/minix3/external/bsd/libpcap/dist/
H A Ddlpisubs.c117 ps->ps_recv += ps->ps_drop; in pcap_stats_dlpi()
172 pd->stat.ps_drop = sbp->sbh_drops; in pcap_process_pkts()
H A Dpcap-dag.c362 if (pd->stat.ps_drop > (UINT_MAX - ntohs(header->lctr))) { in dag_read()
363 pd->stat.ps_drop = UINT_MAX; in dag_read()
365 pd->stat.ps_drop += ntohs(header->lctr); in dag_read()
856 handlep->stat.ps_drop = 0; in dag_activate()
H A DREADME.linux100 ps_drop Always 0, this statistic is not gatherd on this platform
105 ps_drop Number of packets that had passed filtering but were not
H A Dpcap-can-linux.c293 stats->ps_drop = 0; /* number of packets dropped */ in can_stats_linux()
H A Dpcap-bt-monitor-linux.c152 stats->ps_drop = 0; in bt_monitor_stats()
H A Dpcap-dbus.c138 stats->ps_drop = 0; in dbus_stats()
H A Dpcap-nit.c169 pn->stat.ps_drop = nh->nh_dropped; in pcap_read_nit()
H A Dpcap-dos.c322 pd->stat.ps_drop++; in pcap_read_one()
377 pd->stat.ps_drop += stats->rx_missed_errors; in pcap_stats_dos()
451 pd->stat.ps_drop = 0; in pcap_cleanup_dos()
H A Dpcap-canusb-linux.c448 stats->ps_drop = 0; /* number of packets dropped */ in canusb_stats_linux()
H A Dpcap-bt-linux.c405 stats->ps_drop = s->err_rx + s->err_tx; in bt_stats_linux()
H A Dpcap-snit.c184 psn->stat.ps_drop = ndp->nh_drops; in pcap_read_snit()
H A Dpcap-snoop.c193 psn->stat.ps_drop = in pcap_stats_snoop()
H A Dpcap-usb-linux.c740 ret = sscanf(ptr, "%d", &stats->ps_drop); in usb_stats_linux()
777 stats->ps_drop = st.dropped; in usb_stats_linux_bin()
H A Dpcap-pf.c289 ps->ps_drop = pf->TotDrops; in pcap_stats_pf()
H A Dpcap-snf.c64 ps->ps_drop = stats.ring_pkt_overflow; in snf_pcap_stats()
H A DREADME.dag75 pcap_stats() is supported. ps_drop is the number of packets dropped due to
H A Dpcap-netfilter-linux.c232 stats->ps_drop = 0; in netfilter_stats_linux()
H A Dpcap-sita.c812 ps->ps_drop = ntohl(*(uint32_t *)&buf[4]);
H A Dpcap-bpf.c822 ps->ps_drop = s.bs_drop; in pcap_stats_bpf()
H A Dpcap-linux.c1985 handlep->stat.ps_drop += kstats.tp_drops;
2031 stats->ps_drop = 0;
/minix3/external/bsd/libpcap/dist/pcap/
H A Dpcap.h175 u_int ps_drop; /* number of packets dropped */ member
/minix3/external/bsd/tcpdump/dist/
H A Dtcpdump.c2206 (void)fprintf(stderr, "%u packet%s dropped by kernel", stat.ps_drop, in info()
2207 PLURAL_SUFFIX(stat.ps_drop)); in info()