Searched refs:bpf_bin_stream (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/i386/i386/ |
| H A D | bpf_jit_machdep.h | 76 typedef struct bpf_bin_stream { struct 91 } bpf_bin_stream; argument 104 typedef void (*emit_func)(bpf_bin_stream *stream, u_int value, u_int n);
|
| H A D | bpf_jit_machdep.c | 65 emit_length(bpf_bin_stream *stream, __unused u_int value, u_int len) in emit_length() 77 emit_code(bpf_bin_stream *stream, u_int value, u_int len) in emit_code() 160 bpf_bin_stream stream; in bpf_jit_compile()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | bpf_jit_machdep.h | 101 typedef struct bpf_bin_stream { struct 116 } bpf_bin_stream; typedef 129 typedef void (*emit_func)(bpf_bin_stream *stream, u_int value, u_int n);
|
| H A D | bpf_jit_machdep.c | 65 emit_length(bpf_bin_stream *stream, __unused u_int value, u_int len) in emit_length() 77 emit_code(bpf_bin_stream *stream, u_int value, u_int len) in emit_code() 160 bpf_bin_stream stream; in bpf_jit_compile()
|