Home
last modified time | relevance | path

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

/dragonfly/contrib/libpcap/
H A Dpcap-haiku.cpp141 handlep->stat.ps_drop += request.ifr_stats.receive.dropped; in pcap_stats_haiku()
H A Dpcap-airpcap.c389 ps->ps_drop = tas.Drops; in airpcap_stats()
436 p->stat.ps_drop = tas.Drops; in airpcap_stats_ex()
H A Dpcap-dpdk.c454 ps->ps_drop = pd->curr_stats.ierrors; in pcap_dpdk_stats()
455 ps->ps_drop += pd->bpf_drop; in pcap_dpdk_stats()
H A Dpcap-bpf.c1045 ps->ps_drop = s.bs_drop; in pcap_stats_bpf()
/dragonfly/contrib/libpcap/pcap/
H A Dpcap.h258 u_int ps_drop; /* number of packets dropped */ member
/dragonfly/usr.sbin/pflogd/
H A Dpflogd.c590 pstat.ps_recv, pstat.ps_drop, packets_dropped); in log_pcap_stats()
/dragonfly/contrib/tcpdump/
H A Dtcpdump.c2760 (void)fprintf(stderr, "%u packet%s dropped by kernel", stats.ps_drop, in info()
2761 PLURAL_SUFFIX(stats.ps_drop)); in info()