Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dbpfdesc.h105 counter_u64_t bd_wdcount; /* number of packets dropped during a write */ member
149 u_int64_t bd_wdcount; member
H A Dbpf.c947 d->bd_wdcount = counter_u64_alloc(M_WAITOK); in bpfopen()
1212 counter_u64_add(d->bd_wdcount, 1); in bpfwrite()
1224 counter_u64_add(d->bd_wdcount, 1); in bpfwrite()
1267 counter_u64_add(d->bd_wdcount, 1); in bpfwrite()
1281 counter_u64_add(d->bd_wdcount, 1); in bpfwrite()
1318 counter_u64_zero(d->bd_wdcount); in reset_d()
2660 counter_u64_free(d->bd_wdcount); in bpfd_free()
2928 d->bd_wdcount = counter_u64_fetch(bd->bd_wdcount); in bpfstats_fill_xbpf()
/f-stack/tools/compat/include/net/
H A Dbpfdesc.h104 counter_u64_t bd_wdcount; /* number of packets dropped during a write */ member
148 u_int64_t bd_wdcount; member