Searched refs:ps_drop (Results 1 – 12 of 12) sorted by relevance
425 if (p->md.stat.ps_drop > (UINT_MAX - ntohs(header->lctr))) { in dag_read()426 p->md.stat.ps_drop = UINT_MAX; in dag_read()428 p->md.stat.ps_drop += ntohs(header->lctr); in dag_read()702 handle->md.stat.ps_drop = 0; in dag_open_live()
181 u_int ps_drop; /* number of packets dropped */ member
152 u_int ps_drop; /* number of packets dropped */ member
306 p->md.stat.ps_drop++; in pcap_read_one()358 p->md.stat.ps_drop += stats->rx_missed_errors; in pcap_stats_dos()429 p->md.stat.ps_drop = 0; in pcap_close_dos()
160 p->md.stat.ps_drop = nh->nh_dropped; in pcap_read_nit()
183 p->md.stat.ps_drop = in pcap_stats_snoop()
176 p->md.stat.ps_drop = ndp->nh_drops; in pcap_read_snit()
282 ps->ps_drop = p->md.TotDrops; in pcap_stats_pf()
853 handle->md.stat.ps_drop += kstats.tp_drops; in pcap_stats_linux()893 stats->ps_drop = 0; in pcap_stats_linux()
231 ps->ps_recv += ps->ps_drop; in pcap_stats_dlpi()337 p->md.stat.ps_drop = sbp->sbh_drops; in pcap_read_dlpi()
136 ps->ps_drop = s.bs_drop; in pcap_stats_bpf()
1151 (void)fprintf(stderr, "%d packets dropped by kernel\n", stat.ps_drop); in info()