Searched refs:ps_drop (Results 1 – 22 of 22) sorted by relevance
112 ps->ps_recv += ps->ps_drop; in pcap_stats_dlpi()167 pd->stat.ps_drop = sbp->sbh_drops; in pcap_process_pkts()
357 if (pd->stat.ps_drop > (UINT_MAX - ntohs(header->lctr))) { in dag_read()358 pd->stat.ps_drop = UINT_MAX; in dag_read()360 pd->stat.ps_drop += ntohs(header->lctr); in dag_read()851 handlep->stat.ps_drop = 0; in dag_activate()
100 ps_drop Always 0, this statistic is not gatherd on this platform105 ps_drop Number of packets that had passed filtering but were not
147 stats->ps_drop = 0; in bt_monitor_stats()
288 stats->ps_drop = 0; /* number of packets dropped */ in can_stats_linux()
320 pd->stat.ps_drop++; in pcap_read_one()375 pd->stat.ps_drop += stats->rx_missed_errors; in pcap_stats_dos()449 pd->stat.ps_drop = 0; in pcap_cleanup_dos()
133 stats->ps_drop = 0; in dbus_stats()
164 pn->stat.ps_drop = nh->nh_dropped; in pcap_read_nit()
735 ret = sscanf(ptr, "%d", &stats->ps_drop); in usb_stats_linux()772 stats->ps_drop = st.dropped; in usb_stats_linux_bin()
188 psn->stat.ps_drop = in pcap_stats_snoop()
401 stats->ps_drop = s->err_rx + s->err_tx; in bt_stats_linux()
443 stats->ps_drop = 0; /* number of packets dropped */ in canusb_stats_linux()
179 psn->stat.ps_drop = ndp->nh_drops; in pcap_read_snit()
284 ps->ps_drop = pf->TotDrops; in pcap_stats_pf()
59 ps->ps_drop = stats.ring_pkt_overflow; in snf_pcap_stats()
75 pcap_stats() is supported. ps_drop is the number of packets dropped due to
227 stats->ps_drop = 0; in netfilter_stats_linux()
807 ps->ps_drop = ntohl(*(uint32_t *)&buf[4]);
814 ps->ps_drop = s.bs_drop; in pcap_stats_bpf()
2029 handlep->stat.ps_drop += kstats.tp_drops;2075 stats->ps_drop = 0;
171 u_int ps_drop; /* number of packets dropped */ member
2166 (void)fprintf(stderr, "%u packet%s dropped by kernel", stat.ps_drop, in info()2167 PLURAL_SUFFIX(stat.ps_drop)); in info()