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

Function bpf_ioctl_sblen

freebsd/net/bpf.c:519–526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

517}
518
519static int
520bpf_ioctl_sblen(struct bpf_d *d, u_int *i)
521{
522
523 if (d->bd_bufmode != BPF_BUFMODE_BUFFER)
524 return (EOPNOTSUPP);
525 return (bpf_buffer_ioctl_sblen(d, i));
526}
527
528static int
529bpf_ioctl_getzmax(struct thread *td, struct bpf_d *d, size_t *i)

Callers 1

bpfioctlFunction · 0.85

Calls 1

bpf_buffer_ioctl_sblenFunction · 0.85

Tested by

no test coverage detected