Searched refs:bd_dcount (Results 1 – 3 of 3) sorted by relevance
78 counter_u64_t bd_dcount; /* number of packets dropped */ member135 u_int64_t bd_dcount; member
954 d->bd_dcount = counter_u64_alloc(M_WAITOK); in bpfopen()1333 counter_u64_zero(d->bd_dcount); in reset_d()1710 bs->bs_drop = (u_int)counter_u64_fetch(d->bd_dcount); in bpfioctl()2595 counter_u64_add(d->bd_dcount, 1); in catchpacket()2646 counter_u64_add(d->bd_dcount, 1); in catchpacket()2770 counter_u64_free(d->bd_dcount); in bpfd_free()3035 counter_u64_zero(bd->bd_dcount); in bpf_zero_counters()3062 d->bd_dcount = counter_u64_fetch(bd->bd_dcount); in bpfstats_fill_xbpf()
159 flagbuf, (uintmax_t)d->bd_rcount, (uintmax_t)d->bd_dcount, in bpf_stats()