Home
last modified time | relevance | path

Searched refs:bpf_buffer_uiomove (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/net/
H A Dbpf_buffer.h46 int bpf_buffer_uiomove(struct bpf_d *d, caddr_t buf, u_int len,
H A Dbpf_buffer.c206 bpf_buffer_uiomove(struct bpf_d *d, caddr_t buf, u_int len, struct uio *uio) in bpf_buffer_uiomove() function
H A Dbpf.c560 return (bpf_buffer_uiomove(d, buf, len, uio)); in bpf_uiomove()