Home
last modified time | relevance | path

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

/src/sys/net/
H A Dbpf_zerocopy.h39 void bpf_zerocopy_append_bytes(struct bpf_d *d, caddr_t buf, u_int offset,
H A Dbpf_zerocopy.c239 bpf_zerocopy_append_bytes(struct bpf_d *d, caddr_t buf, u_int offset, in bpf_zerocopy_append_bytes() function
H A Dbpf.c420 return (bpf_zerocopy_append_bytes(d, buf, offset, src, len)); in bpf_append_bytes()