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

Function bpf_buffer_uiomove

freebsd/net/bpf_buffer.c:209–214  ·  view source on GitHub ↗

* Copy buffer storage to user space in read(). */

Source from the content-addressed store, hash-verified

207 * Copy buffer storage to user space in read().
208 */
209int
210bpf_buffer_uiomove(struct bpf_d *d, caddr_t buf, u_int len, struct uio *uio)
211{
212
213 return (uiomove(buf, len, uio));
214}

Callers 1

bpf_uiomoveFunction · 0.85

Calls 1

uiomoveFunction · 0.50

Tested by

no test coverage detected