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

/freebsd-current/contrib/libpcap/
H A Dpcap-bt-monitor-linux.c174 stats->ps_ifdrop = 0;
H A Dpcap-netmap.c71 ps->ps_ifdrop = 0;
H A Dpcap-tc.c1032 s.ps_ifdrop = (ULONG)counter;
1037 s.ps_ifdrop = 0xFFFFFFFF;
1094 p->stat.ps_ifdrop = (ULONG)counter;
1099 p->stat.ps_ifdrop = 0xFFFFFFFF;
H A Dpcap-dbus.c134 stats->ps_ifdrop = 0;
H A Dpcap-npf.c236 ps->ps_ifdrop = bstats.ps_ifdrop;
238 ps->ps_ifdrop = 0;
287 p->stat.ps_ifdrop = bstats.ps_ifdrop;
H A Dpcap-airpcap.c391 ps->ps_ifdrop = tas.IfDrops;
437 p->stat.ps_ifdrop = tas.IfDrops;
H A Dpcap-bt-linux.c438 stats->ps_ifdrop = 0;
H A Dpcap-pf.c261 * "ps_ifdrop" counts packets dropped by the network
273 * "ps_ifdrop" counts packets dropped by the network
283 ps->ps_ifdrop = pf->TotMissed - pf->OrigMissed;
H A Dpcap-rdmasniff.c73 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.c655 stats->ps_ifdrop = 0;
H A Dpcap-netfilter-linux.c323 stats->ps_ifdrop = 0;
H A Dpcap-dos.c414 pd->stat.ps_ifdrop = stats->rx_dropped + /* queue full */
H A Dpcap-dpdk.c472 ps->ps_ifdrop = pd->curr_stats.imissed;
H A Dpcap-dag.c1008 pd->stat.ps_ifdrop = 0;
1124 * We are reporting that no records are dropped by the card/driver (ps_ifdrop).
H A Dpcap-sita.c833 ps->ps_ifdrop = ntohl(*(uint32_t *)&buf[8]);
H A Dpcap-rpcap.c936 ps->ps_ifdrop = 0;
971 ps->ps_ifdrop = ntohl(netstats.ifdrop);
H A Dpcap-bpf.c1056 ps->ps_ifdrop = 0;
H A Dpcap-linux.c1334 * To fill in ps_ifdrop, we parse
1343 * current counts value, and adding that to stat.ps_ifdrop,
1344 * maintaining stat.ps_ifdrop as a count, rather than just
1346 * stat.ps_ifdrop to the difference between the current
1370 handlep->stat.ps_ifdrop += (u_int)(handlep->sysfs_dropped - if_dropped);
1389 * See above for ps_ifdrop.
/freebsd-current/contrib/libpcap/testprogs/
H A Dcapturetest.c269 printf("%d ps_recv, %d ps_drop, %d ps_ifdrop\n",
270 ps.ps_recv, ps.ps_drop, ps.ps_ifdrop);
H A Dwritecaptest.c451 printf("%d ps_recv, %d ps_drop, %d ps_ifdrop\n",
452 ps.ps_recv, ps.ps_drop, ps.ps_ifdrop);
/freebsd-current/contrib/libpcap/rpcapd/
H A Ddaemon.c731 stats.ps_ifdrop = 0;
977 stats.ps_ifdrop = 0;
2568 netstats->ifdrop = htonl(stats->ps_ifdrop);
2578 netstats->ifdrop = htonl(stats->ps_ifdrop);
/freebsd-current/contrib/libpcap/pcap/
H A Dpcap.h257 u_int ps_ifdrop; /* drops by interface -- only supported on some platforms */ member in struct:pcap_stat
/freebsd-current/contrib/tcpdump/
H A Dtcpdump.c2799 * Older versions of libpcap didn't set ps_ifdrop on some
2802 stats.ps_ifdrop = 0;
2826 if (stats.ps_ifdrop != 0) {
2832 stats.ps_ifdrop, PLURAL_SUFFIX(stats.ps_ifdrop));
/freebsd-current/sys/net/
H A Dnetmap_user.h259 u_int ps_ifdrop; member in struct:nm_stat

Completed in 399 milliseconds