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.c242 u_char *src_bytes; in bpf_zerocopy_append_bytes() local
249 src_bytes = (u_char *)src; in bpf_zerocopy_append_bytes()
267 bcopy(src_bytes, ((u_char *)sf_buf_kva(zb->zb_pages[page])) + in bpf_zerocopy_append_bytes()
278 src_bytes += count; in bpf_zerocopy_append_bytes()