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()1331 counter_u64_zero(d->bd_dcount); in reset_d()1708 bs->bs_drop = (u_int)counter_u64_fetch(d->bd_dcount); in bpfioctl()2593 counter_u64_add(d->bd_dcount, 1); in catchpacket()2644 counter_u64_add(d->bd_dcount, 1); in catchpacket()2768 counter_u64_free(d->bd_dcount); in bpfd_free()3033 counter_u64_zero(bd->bd_dcount); in bpf_zero_counters()3060 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()