Searched refs:bd_dcount (Results 1 – 3 of 3) sorted by relevance
83 counter_u64_t bd_dcount; /* number of packets dropped */ member135 u_int64_t bd_dcount; member
749 d->bd_dcount = counter_u64_alloc(M_WAITOK); in bpfopen()1095 counter_u64_zero(d->bd_dcount); in reset_d()1492 bs->bs_drop = (u_int)counter_u64_fetch(d->bd_dcount); in bpfioctl()2454 counter_u64_add(d->bd_dcount, 1); in catchpacket()2505 counter_u64_add(d->bd_dcount, 1); in catchpacket()2631 counter_u64_free(d->bd_dcount); in bpfd_free()2868 counter_u64_zero(bd->bd_dcount); in bpf_zero_counters()2895 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()