Searched refs:ps_ifdrop (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.2-release/contrib/libpcap/
H A Dpcap-snf.c41 ps->ps_ifdrop = stats.nic_pkt_overflow + stats.nic_pkt_bad;
242 p->md.stat.ps_ifdrop = 0;
H A Dpcap-can-linux.c281 stats->ps_ifdrop = 0; /* drops by interface -- only supported on some platforms */
H A Dpcap-bt-linux.c398 stats->ps_ifdrop = 0;
H A Dpcap-canusb-linux.c437 stats->ps_ifdrop = 0; /* drops by interface -- only supported on some platforms */
H A Dpcap-pf.c260 * "ps_ifdrop" counts packets dropped by the network
272 * "ps_ifdrop" counts packets dropped by the network
282 ps->ps_ifdrop = p->md.TotMissed - p->md.OrigMissed;
H A Dpcap-usb-linux.c728 stats->ps_ifdrop = 0;
755 stats->ps_ifdrop = 0;
H A Dpcap-netfilter-linux.c216 stats->ps_ifdrop = 0;
H A Dpcap-linux.c1742 * To fill in ps_ifdrop, we parse /proc/net/dev for the number
1748 handle->md.stat.ps_ifdrop += (handle->md.proc_dropped - if_dropped);
1771 * See above for ps_ifdrop.
1836 * "ps_ifdrop" is supported. It will return the number
1852 stats->ps_ifdrop = handle->md.stat.ps_ifdrop;
H A Dpcap-dag.c803 handle->md.stat.ps_ifdrop = 0;
H A Dpcap-dos.c364 p->md.stat.ps_ifdrop = stats->rx_dropped + /* queue full */
H A Dpcap-sita.c799 ps->ps_ifdrop = ntohl(*(uint32_t *)&buf[8]);
H A Dpcap-bpf.c788 ps->ps_ifdrop = 0;
/freebsd-10.2-release/lib/libpcap/
H A Dpcap-netmap.c87 ps->ps_ifdrop = 0;
/freebsd-10.2-release/contrib/libpcap/pcap/
H A Dpcap.h172 u_int ps_ifdrop; /* drops by interface -- only supported on some platforms */ member in struct:pcap_stat
/freebsd-10.2-release/contrib/tcpdump/
H A Dtcpdump.c1830 * Older versions of libpcap didn't set ps_ifdrop on some
1833 stat.ps_ifdrop = 0;
1857 if (stat.ps_ifdrop != 0) {
1863 stat.ps_ifdrop, PLURAL_SUFFIX(stat.ps_ifdrop));
/freebsd-10.2-release/sys/net/
H A Dnetmap_user.h184 u_int ps_ifdrop; member in struct:nm_stat

Completed in 200 milliseconds