Lines Matching refs:zbuf
93 struct zbuf { struct
138 zbuf_free(struct zbuf *zb) in zbuf_free()
178 struct zbuf **zbp) in zbuf_setup()
180 struct zbuf *zb; in zbuf_setup()
244 struct zbuf *zb; in bpf_zerocopy_append_bytes()
251 zb = (struct zbuf *)buf; in bpf_zerocopy_append_bytes()
296 struct zbuf *zb; in bpf_zerocopy_append_mbuf()
303 zb = (struct zbuf *)buf; in bpf_zerocopy_append_mbuf()
357 struct zbuf *zb; in bpf_zerocopy_buffull()
362 zb = (struct zbuf *)d->bd_sbuf; in bpf_zerocopy_buffull()
384 struct zbuf *zb; in bpf_zerocopy_bufheld()
389 zb = (struct zbuf *)d->bd_hbuf; in bpf_zerocopy_bufheld()
407 struct zbuf *zb; in bpf_zerocopy_buf_reclaimed()
414 zb = (struct zbuf *)d->bd_fbuf; in bpf_zerocopy_buf_reclaimed()
427 struct zbuf *zb; in bpf_zerocopy_canfreebuf()
432 zb = (struct zbuf *)d->bd_hbuf; in bpf_zerocopy_canfreebuf()
450 struct zbuf *zb; in bpf_zerocopy_canwritebuf()
455 zb = (struct zbuf *)d->bd_sbuf; in bpf_zerocopy_canwritebuf()
469 struct zbuf *zb; in bpf_zerocopy_free()
474 zb = (struct zbuf *)d->bd_sbuf; in bpf_zerocopy_free()
477 zb = (struct zbuf *)d->bd_hbuf; in bpf_zerocopy_free()
480 zb = (struct zbuf *)d->bd_fbuf; in bpf_zerocopy_free()
508 struct zbuf *bzh; in bpf_zerocopy_ioctl_rotzbuf()
514 bzh = (struct zbuf *)d->bd_hbuf; in bpf_zerocopy_ioctl_rotzbuf()
529 struct zbuf *zba, *zbb; in bpf_zerocopy_ioctl_setzbuf()