Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dbpf_buffer.h48 int bpf_buffer_uiomove(struct bpf_d *d, caddr_t buf, u_int len,
H A Dbpf_buffer.c210 bpf_buffer_uiomove(struct bpf_d *d, caddr_t buf, u_int len, struct uio *uio) in bpf_buffer_uiomove() function
H A Dbpf.c516 return (bpf_buffer_uiomove(d, buf, len, uio)); in bpf_uiomove()