Searched refs:src_bytes (Results 1 – 3 of 3) sorted by relevance
105 u_char *src_bytes; in bpf_buffer_append_bytes() local107 src_bytes = (u_char *)src; in bpf_buffer_append_bytes()108 bcopy(src_bytes, buf + offset, len); in bpf_buffer_append_bytes()
252 u_char *src_bytes; in bpf_zerocopy_append_bytes() local259 src_bytes = (u_char *)src; in bpf_zerocopy_append_bytes()277 bcopy(src_bytes, ((u_char *)sf_buf_kva(zb->zb_pages[page])) + in bpf_zerocopy_append_bytes()288 src_bytes += count; in bpf_zerocopy_append_bytes()
245 pack_aux(uint8_t *src, int src_bytes) in pack_aux() argument250 if (src_bytes > 4) in pack_aux()251 src_bytes = 4; in pack_aux()252 for (i = 0; i < src_bytes; i++) in pack_aux()