Searched refs:bd_wfcount (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/net/
H A Dbpfdesc.h104 counter_u64_t bd_wfcount; /* number of packets that matched write filter */ member in struct:bpf_d
148 u_int64_t bd_wfcount; member in struct:xbpf_d
H A Dbpf.c946 d->bd_wfcount = counter_u64_alloc(M_WAITOK);
1230 counter_u64_add(d->bd_wfcount, 1);
1317 counter_u64_zero(d->bd_wfcount);
2659 counter_u64_free(d->bd_wfcount);
2893 counter_u64_zero(bd->bd_wfcount);
2929 d->bd_wfcount = counter_u64_fetch(bd->bd_wfcount);

Completed in 167 milliseconds