Searched refs:bs_drop (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/ipfilter/
H A Dbpf-ipf.h85 u_int bs_drop; /* number of packets dropped */ member in struct:bpf_stat
/freebsd-13-stable/sys/net/
H A Dbpf.h81 u_int bs_drop; /* number of packets dropped */ member in struct:bpf_stat
H A Dbpf.c1690 bs->bs_drop = (u_int)counter_u64_fetch(d->bd_dcount);
/freebsd-13-stable/contrib/libpcap/
H A Dpcap-npf.c213 ps->ps_drop = bstats.bs_drop;
270 p->stat.ps_drop = bstats.bs_drop;
H A Dpcap-bpf.c930 ps->ps_drop = s.bs_drop;
/freebsd-13-stable/usr.sbin/usbdump/
H A Dusbdump.c1012 printf("%d packets dropped by kernel\n", us.bs_drop);

Completed in 184 milliseconds