Searched refs:ps_ifdrop (Results 1 – 25 of 28) sorted by relevance
12
234 stats->ps_ifdrop = handlep->ifreq.ifr_stats.receive.dropped - stats->ps_ifdrop; in pcap_stats_haiku()260 handlep->stat.ps_ifdrop = handlep->ifreq.ifr_stats.receive.dropped; in pcap_activate_haiku()
276 ps->ps_ifdrop = bstats.ps_ifdrop; in pcap_stats_npf()278 ps->ps_ifdrop = 0; in pcap_stats_npf()327 p->stat.ps_ifdrop = bstats.ps_ifdrop; in pcap_stats_ex_npf()
1030 s.ps_ifdrop = (ULONG)counter; in TcStats()1035 s.ps_ifdrop = 0xFFFFFFFF; in TcStats()1092 p->stat.ps_ifdrop = (ULONG)counter; in TcStatsEx()1097 p->stat.ps_ifdrop = 0xFFFFFFFF; in TcStatsEx()
176 stats->ps_ifdrop = 0; in bt_monitor_stats()
69 ps->ps_ifdrop = 0; in pcap_netmap_stats()
389 ps->ps_ifdrop = tas.IfDrops; in airpcap_stats()435 p->stat.ps_ifdrop = tas.IfDrops; in airpcap_stats_ex()
132 stats->ps_ifdrop = 0; in dbus_stats()
440 stats->ps_ifdrop = 0; in bt_stats_linux()
62 ps->ps_ifdrop = stats.nic_pkt_overflow + stats.nic_pkt_bad; in snf_pcap_stats()
281 ps->ps_ifdrop = pf->TotMissed - pf->OrigMissed; in pcap_stats_pf()
71 stat->ps_ifdrop = 0; in rdmasniff_stats()
653 stats->ps_ifdrop = 0; in usb_stats_linux_bin()
321 stats->ps_ifdrop = 0; in netfilter_stats_linux()
470 ps->ps_ifdrop = pd->curr_stats.imissed; in pcap_dpdk_stats()
414 pd->stat.ps_ifdrop = stats->rx_dropped + /* queue full */ in pcap_stats_dos()
1006 pd->stat.ps_ifdrop = 0; in dag_activate()
937 ps->ps_ifdrop = 0; in rpcap_stats_rpcap()972 ps->ps_ifdrop = ntohl(netstats.ifdrop); in rpcap_stats_rpcap()
831 ps->ps_ifdrop = ntohl(*(uint32_t *)&buf[8]); in pcap_stats_acn()
22 * `ps_ifdrop` is the number of packets dropped by the network interface (as
270 ps.ps_recv, ps.ps_drop, ps.ps_ifdrop); in main()
452 ps.ps_recv, ps.ps_drop, ps.ps_ifdrop); in main()
729 stats.ps_ifdrop = 0; in daemon_serviceloop()975 stats.ps_ifdrop = 0; in daemon_serviceloop()2570 netstats->ifdrop = htonl(stats->ps_ifdrop); in daemon_msg_stats_req()2580 netstats->ifdrop = htonl(stats->ps_ifdrop); in daemon_msg_stats_req()
2843 stats.ps_ifdrop = 0; in info()2867 if (stats.ps_ifdrop != 0) { in info()2873 stats.ps_ifdrop, PLURAL_SUFFIX(stats.ps_ifdrop)); in info()
305 u_int ps_ifdrop; /* drops by interface -- only supported on some platforms */ member
259 u_int ps_ifdrop; member