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

/freebsd-13-stable/contrib/libpcap/
H A Dpcap-npf.c220 ps->ps_ifdrop = bstats.ps_ifdrop;
222 ps->ps_ifdrop = 0;
271 p->stat.ps_ifdrop = bstats.ps_ifdrop;
H A Dpcap-bt-monitor-linux.c169 stats->ps_ifdrop = 0;
H A Dpcap-dbus.c134 stats->ps_ifdrop = 0;
H A Dpcap-netmap.c72 ps->ps_ifdrop = 0;
H A Dpcap-tc.c1085 s.ps_ifdrop = (ULONG)counter;
1090 s.ps_ifdrop = 0xFFFFFFFF;
1168 p->stat.ps_ifdrop = (ULONG)counter;
1173 p->stat.ps_ifdrop = 0xFFFFFFFF;
H A Dpcap-bt-linux.c414 stats->ps_ifdrop = 0;
H A Dpcap-pf.c263 * "ps_ifdrop" counts packets dropped by the network
275 * "ps_ifdrop" counts packets dropped by the network
285 ps->ps_ifdrop = pf->TotMissed - pf->OrigMissed;
H A Dpcap-rdmasniff.c72 stat->ps_ifdrop = 0;
H A Dpcap-snf.c64 ps->ps_ifdrop = stats.nic_pkt_overflow + stats.nic_pkt_bad;
H A Dpcap-usb-linux.c1077 stats->ps_ifdrop = 0;
1132 stats->ps_ifdrop = 0;
H A Dpcap-netfilter-linux.c297 stats->ps_ifdrop = 0;
H A Dpcap-rpcap.c864 ps->ps_ifdrop = 0;
899 ps->ps_ifdrop = ntohl(netstats.ifdrop);
H A Dpcap-dag.c995 pd->stat.ps_ifdrop = 0;
1111 * We are reporting that no records are dropped by the card/driver (ps_ifdrop).
H A Dpcap-dos.c398 pd->stat.ps_ifdrop = stats->rx_dropped + /* queue full */
H A Dpcap-sita.c832 ps->ps_ifdrop = ntohl(*(uint32_t *)&buf[8]);
H A Dpcap-linux.c2257 * To fill in ps_ifdrop, we parse /proc/net/dev for the number
2263 handlep->stat.ps_ifdrop += (handlep->proc_dropped - if_dropped);
2286 * See above for ps_ifdrop.
2351 * "ps_ifdrop" is supported. It will return the number
2367 stats->ps_ifdrop = handlep->stat.ps_ifdrop;
H A Dpcap-bpf.c931 ps->ps_ifdrop = 0;
/freebsd-13-stable/contrib/tcpdump/
H A Dtcpdump.c2236 * Older versions of libpcap didn't set ps_ifdrop on some
2239 stats.ps_ifdrop = 0;
2263 if (stats.ps_ifdrop != 0) {
2269 stats.ps_ifdrop, PLURAL_SUFFIX(stats.ps_ifdrop));
/freebsd-13-stable/contrib/libpcap/pcap/
H A Dpcap.h210 u_int ps_ifdrop; /* drops by interface -- only supported on some platforms */ member in struct:pcap_stat
/freebsd-13-stable/contrib/libpcap/rpcapd/
H A Ddaemon.c501 stats.ps_ifdrop = 0;
740 stats.ps_ifdrop = 0;
2206 netstats->ifdrop = htonl(stats->ps_ifdrop);
2216 netstats->ifdrop = htonl(stats->ps_ifdrop);
/freebsd-13-stable/sys/net/
H A Dnetmap_user.h243 u_int ps_ifdrop; member in struct:nm_stat

Completed in 285 milliseconds