Searched refs:bpf_buffer_append_bytes (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/net/ |
H A D | bpf_buffer.h | 39 void bpf_buffer_append_bytes(struct bpf_d *d, caddr_t buf, u_int offset,
|
H A D | bpf_buffer.c | 100 bpf_buffer_append_bytes(struct bpf_d *d, caddr_t buf, u_int offset, in bpf_buffer_append_bytes() function
|
H A D | bpf.c | 378 return (bpf_buffer_append_bytes(d, buf, offset, src, len)); in bpf_append_bytes()
|