Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dbpfdesc.h106 counter_u64_t bd_zcopy; /* number of zero copy operations */ member
150 u_int64_t bd_zcopy; member
H A Dbpf.c375 counter_u64_add(d->bd_zcopy, 1); in bpf_append_bytes()
395 counter_u64_add(d->bd_zcopy, 1); in bpf_append_mbuf()
948 d->bd_zcopy = counter_u64_alloc(M_WAITOK); in bpfopen()
1319 counter_u64_zero(d->bd_zcopy); in reset_d()
2661 counter_u64_free(d->bd_zcopy); in bpfd_free()
2894 counter_u64_zero(bd->bd_zcopy); in bpf_zero_counters()
2930 d->bd_zcopy = counter_u64_fetch(bd->bd_zcopy); in bpfstats_fill_xbpf()
/f-stack/tools/compat/include/net/
H A Dbpfdesc.h105 counter_u64_t bd_zcopy; /* number of zero copy operations */ member
149 u_int64_t bd_zcopy; member