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

Function bpf_uiomove

freebsd/net/bpf.c:510–517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

508}
509
510static int
511bpf_uiomove(struct bpf_d *d, caddr_t buf, u_int len, struct uio *uio)
512{
513
514 if (d->bd_bufmode != BPF_BUFMODE_BUFFER)
515 return (EOPNOTSUPP);
516 return (bpf_buffer_uiomove(d, buf, len, uio));
517}
518
519static int
520bpf_ioctl_sblen(struct bpf_d *d, u_int *i)

Callers 1

bpfreadFunction · 0.85

Calls 1

bpf_buffer_uiomoveFunction · 0.85

Tested by

no test coverage detected