Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dbpfdesc.h104 counter_u64_t bd_wfcount; /* number of packets that matched write filter */ member
148 u_int64_t bd_wfcount; member
H A Dbpf.c946 d->bd_wfcount = counter_u64_alloc(M_WAITOK); in bpfopen()
1230 counter_u64_add(d->bd_wfcount, 1); in bpfwrite()
1317 counter_u64_zero(d->bd_wfcount); in reset_d()
2659 counter_u64_free(d->bd_wfcount); in bpfd_free()
2893 counter_u64_zero(bd->bd_wfcount); in bpf_zero_counters()
2929 d->bd_wfcount = counter_u64_fetch(bd->bd_wfcount); in bpfstats_fill_xbpf()
/f-stack/tools/compat/include/net/
H A Dbpfdesc.h103 counter_u64_t bd_wfcount; /* number of packets that matched write filter */ member
147 u_int64_t bd_wfcount; member