Searched refs:bzh (Results 1 – 2 of 2) sorted by relevance
167 struct bpf_zbuf_header *bzh; member296 struct bpf_zbuf_header *bzh; in pcap_next_zbuf_shm() local299 bzh = (struct bpf_zbuf_header *)pb->zbuf1; in pcap_next_zbuf_shm()300 if (bzh->bzh_user_gen != in pcap_next_zbuf_shm()301 atomic_load_acq_int(&bzh->bzh_kernel_gen)) { in pcap_next_zbuf_shm()302 pb->bzh = bzh; in pcap_next_zbuf_shm()304 p->buffer = pb->zbuffer + sizeof(*bzh); in pcap_next_zbuf_shm()305 *cc = bzh->bzh_kernel_len; in pcap_next_zbuf_shm()309 bzh = (struct bpf_zbuf_header *)pb->zbuf2; in pcap_next_zbuf_shm()310 if (bzh->bzh_user_gen != in pcap_next_zbuf_shm()[all …]
508 struct zbuf *bzh; in bpf_zerocopy_ioctl_rotzbuf() local514 bzh = (struct zbuf *)d->bd_hbuf; in bpf_zerocopy_ioctl_rotzbuf()515 bz->bz_bufa = (void *)bzh->zb_uaddr; in bpf_zerocopy_ioctl_rotzbuf()