Home
last modified time | relevance | path

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

/freebsd-14.2/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.c208 bpf_buffer_uiomove(struct bpf_d *d, caddr_t buf, u_int len, struct uio *uio) in bpf_buffer_uiomove() function
H A Dbpf.c524 return (bpf_buffer_uiomove(d, buf, len, uio)); in bpf_uiomove()