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
957 d->bd_wfcount = counter_u64_alloc(M_WAITOK); in bpfopen()1244 counter_u64_add(d->bd_wfcount, 1); in bpfwrite()1334 counter_u64_zero(d->bd_wfcount); in reset_d()2771 counter_u64_free(d->bd_wfcount); in bpfd_free()3036 counter_u64_zero(bd->bd_wfcount); in bpf_zero_counters()3072 d->bd_wfcount = counter_u64_fetch(bd->bd_wfcount); in bpfstats_fill_xbpf()