Home
last modified time | relevance | path

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

/external/libpcap/
Ddlpisubs.c112 ps->ps_recv += ps->ps_drop; in pcap_stats_dlpi()
167 pd->stat.ps_drop = sbp->sbh_drops; in pcap_process_pkts()
Dpcap-dag.c448 if (pd->stat.ps_drop > (UINT_MAX - ntohs(header->lctr))) { in dag_read()
449 pd->stat.ps_drop = UINT_MAX; in dag_read()
451 pd->stat.ps_drop += ntohs(header->lctr); in dag_read()
942 handlep->stat.ps_drop = 0; in dag_activate()
Dpcap-tc.c1076 s.ps_drop = (ULONG)counter; in TcStats()
1081 s.ps_drop = 0xFFFFFFFF; in TcStats()
1161 p->stat.ps_drop = (ULONG)counter; in TcStatsEx()
1166 p->stat.ps_drop = 0xFFFFFFFF; in TcStatsEx()
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
Dpcap-rpcap.c572 ps->ps_drop = 0; in rpcap_stats_remote()
579 ps->ps_drop = 0; in rpcap_stats_remote()
633 ps->ps_drop = ntohl(netstats.krnldrop); in rpcap_stats_remote()
640 ps->ps_drop = ntohl(netstats.krnldrop); in rpcap_stats_remote()
Dpcap-dos.c330 pd->stat.ps_drop++; in pcap_read_one()
384 pd->stat.ps_drop += stats->rx_missed_errors; in pcap_stats_dos()
458 pd->stat.ps_drop = 0; in pcap_cleanup_dos()
Dpcap-bt-monitor-linux.c158 stats->ps_drop = 0; in bt_monitor_stats()
Dpcap-dbus.c133 stats->ps_drop = 0; in dbus_stats()
Dpcap-nit.c164 pn->stat.ps_drop = nh->nh_dropped; in pcap_read_nit()
Dpcap-usb-linux.c775 ret = sscanf(ptr, "%d", &stats->ps_drop); in usb_stats_linux()
812 stats->ps_drop = st.dropped; in usb_stats_linux_bin()
Dpcap-bt-linux.c401 stats->ps_drop = s->err_rx + s->err_tx; in bt_stats_linux()
Dpcap-snit.c179 psn->stat.ps_drop = ndp->nh_drops; in pcap_read_snit()
Dpcap-snoop.c188 psn->stat.ps_drop = in pcap_stats_snoop()
Dpcap-win32.c188 ps->ps_drop = bstats.bs_drop; in pcap_stats_win32()
246 p->stat.ps_drop = bstats.bs_drop; in pcap_stats_ex_win32()
Dpcap-pf.c284 ps->ps_drop = pf->TotDrops; in pcap_stats_pf()
Dpcap-snf.c59 ps->ps_drop = stats.ring_pkt_overflow; in snf_pcap_stats()
DREADME.dag75 pcap_stats() is supported. ps_drop is the number of packets dropped due to
Dpcap-netfilter-linux.c230 stats->ps_drop = handlep->packets_nobufs; in netfilter_stats_linux()
Dpcap-sita.c814 ps->ps_drop = ntohl(*(uint32_t *)&buf[4]); in pcap_stats_acn()
Dpcap-linux.c2181 handlep->stat.ps_drop += kstats.tp_drops;
2227 stats->ps_drop = 0;
Dpcap-bpf.c909 ps->ps_drop = s.bs_drop; in pcap_stats_bpf()
/external/libpcap/pcap/
Dpcap.h173 u_int ps_drop; /* number of packets dropped */ member
/external/tcpdump/
Dtcpdump.c2203 (void)fprintf(stderr, "%u packet%s dropped by kernel", stats.ps_drop, in info()
2204 PLURAL_SUFFIX(stats.ps_drop)); in info()