MCPcopy Create free account
hub / github.com/F-Stack/f-stack / bpf_ioctl_getzmax

Function bpf_ioctl_getzmax

freebsd/net/bpf.c:528–535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

526}
527
528static int
529bpf_ioctl_getzmax(struct thread *td, struct bpf_d *d, size_t *i)
530{
531
532 if (d->bd_bufmode != BPF_BUFMODE_ZBUF)
533 return (EOPNOTSUPP);
534 return (bpf_zerocopy_ioctl_getzmax(td, d, i));
535}
536
537static int
538bpf_ioctl_rotzbuf(struct thread *td, struct bpf_d *d, struct bpf_zbuf *bz)

Callers 1

bpfioctlFunction · 0.85

Calls 1

Tested by

no test coverage detected