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

/freebsd-13-stable/sys/net/
H A Dbpfdesc.h103 counter_u64_t bd_wcount; /* number of packets written */ member in struct:bpf_d
147 u_int64_t bd_wcount; member in struct:xbpf_d
H A Dbpf.c945 d->bd_wcount = counter_u64_alloc(M_WAITOK);
1181 counter_u64_add(d->bd_wcount, 1);
1316 counter_u64_zero(d->bd_wcount);
2658 counter_u64_free(d->bd_wcount);
2892 counter_u64_zero(bd->bd_wcount);
2927 d->bd_wcount = counter_u64_fetch(bd->bd_wcount);

Completed in 104 milliseconds