Home
last modified time | relevance | path

Searched refs:bd_wcount (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/net/
H A Dbpfdesc.h103 counter_u64_t bd_wcount; /* number of packets written */ member
147 u_int64_t bd_wcount; member
H A Dbpf.c945 d->bd_wcount = counter_u64_alloc(M_WAITOK); in bpfopen()
1181 counter_u64_add(d->bd_wcount, 1); in bpfwrite()
1316 counter_u64_zero(d->bd_wcount); in reset_d()
2658 counter_u64_free(d->bd_wcount); in bpfd_free()
2892 counter_u64_zero(bd->bd_wcount); in bpf_zero_counters()
2927 d->bd_wcount = counter_u64_fetch(bd->bd_wcount); in bpfstats_fill_xbpf()
/f-stack/tools/compat/include/net/
H A Dbpfdesc.h102 counter_u64_t bd_wcount; /* number of packets written */ member
146 u_int64_t bd_wcount; member