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

/freebsd-13-stable/sys/net/
H A Dbpfdesc.h106 counter_u64_t bd_zcopy; /* number of zero copy operations */ member in struct:bpf_d
150 u_int64_t bd_zcopy; member in struct:xbpf_d
H A Dbpf.c375 counter_u64_add(d->bd_zcopy, 1);
395 counter_u64_add(d->bd_zcopy, 1);
948 d->bd_zcopy = counter_u64_alloc(M_WAITOK);
1319 counter_u64_zero(d->bd_zcopy);
2661 counter_u64_free(d->bd_zcopy);
2894 counter_u64_zero(bd->bd_zcopy);
2930 d->bd_zcopy = counter_u64_fetch(bd->bd_zcopy);

Completed in 116 milliseconds