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

/freebsd-current/contrib/libpcap/
H A Dpcap-bpf.c168 struct bpf_zbuf_header *bzh; member in struct:pcap_bpf
297 struct bpf_zbuf_header *bzh; local
300 bzh = (struct bpf_zbuf_header *)pb->zbuf1;
301 if (bzh->bzh_user_gen !=
302 atomic_load_acq_int(&bzh->bzh_kernel_gen)) {
303 pb->bzh = bzh;
305 p->buffer = pb->zbuffer + sizeof(*bzh);
306 *cc = bzh->bzh_kernel_len;
310 bzh
[all...]
/freebsd-current/sys/net/
H A Dbpf_zerocopy.c508 struct zbuf *bzh; local
514 bzh = (struct zbuf *)d->bd_hbuf;
515 bz->bz_bufa = (void *)bzh->zb_uaddr;

Completed in 247 milliseconds