Home
last modified time | relevance | path

Searched refs:src_bytes (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/net/
H A Dbpf_buffer.c103 u_char *src_bytes; in bpf_buffer_append_bytes() local
105 src_bytes = (u_char *)src; in bpf_buffer_append_bytes()
106 bcopy(src_bytes, buf + offset, len); in bpf_buffer_append_bytes()
H A Dbpf_zerocopy.c243 u_char *src_bytes; in bpf_zerocopy_append_bytes() local
250 src_bytes = (u_char *)src; in bpf_zerocopy_append_bytes()
268 bcopy(src_bytes, ((u_char *)sf_buf_kva(zb->zb_pages[page])) + in bpf_zerocopy_append_bytes()
279 src_bytes += count; in bpf_zerocopy_append_bytes()