Searched refs:bd_wfcount (Results 1 – 2 of 2) sorted by relevance
101 counter_u64_t bd_wfcount; /* number of packets that matched write filter */ member145 u_int64_t bd_wfcount; member
752 d->bd_wfcount = counter_u64_alloc(M_WAITOK); in bpfopen()1057 counter_u64_add(d->bd_wfcount, 1); in bpfwrite()1098 counter_u64_zero(d->bd_wfcount); in reset_d()2634 counter_u64_free(d->bd_wfcount); in bpfd_free()2871 counter_u64_zero(bd->bd_wfcount); in bpf_zero_counters()2906 d->bd_wfcount = counter_u64_fetch(bd->bd_wfcount); in bpfstats_fill_xbpf()