Searched refs:ps_ifdrop (Results 1 – 16 of 16) sorted by relevance
41 ps->ps_ifdrop = stats.nic_pkt_overflow + stats.nic_pkt_bad; in snf_pcap_stats()242 p->md.stat.ps_ifdrop = 0; in snf_activate()
281 stats->ps_ifdrop = 0; /* drops by interface -- only supported on some platforms */ in can_stats_linux()
728 stats->ps_ifdrop = 0; in usb_stats_linux()755 stats->ps_ifdrop = 0; in usb_stats_linux_bin()
437 stats->ps_ifdrop = 0; /* drops by interface -- only supported on some platforms */ in canusb_stats_linux()
398 stats->ps_ifdrop = 0; in bt_stats_linux()
282 ps->ps_ifdrop = p->md.TotMissed - p->md.OrigMissed; in pcap_stats_pf()
216 stats->ps_ifdrop = 0; in netfilter_stats_linux()
1748 handle->md.stat.ps_ifdrop += (handle->md.proc_dropped - if_dropped);1852 stats->ps_ifdrop = handle->md.stat.ps_ifdrop;
803 handle->md.stat.ps_ifdrop = 0; in dag_activate()
364 p->md.stat.ps_ifdrop = stats->rx_dropped + /* queue full */ in pcap_stats_dos()
799 ps->ps_ifdrop = ntohl(*(uint32_t *)&buf[8]);
788 ps->ps_ifdrop = 0; in pcap_stats_bpf()
165 Support ps_ifdrop on Linux
1661 stat.ps_ifdrop = 0; in info()1685 if (stat.ps_ifdrop != 0) { in info()1691 stat.ps_ifdrop, PLURAL_SUFFIX(stat.ps_ifdrop)); in info()
172 u_int ps_ifdrop; /* drops by interface -- only supported on some platforms */ member
183 u_int ps_ifdrop; member