Home
last modified time | relevance | path

Searched refs:bpf_bin_stream (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/sys/i386/i386/
Dbpf_jit_machdep.h74 typedef struct bpf_bin_stream { struct
89 } bpf_bin_stream; argument
102 typedef void (*emit_func)(bpf_bin_stream *stream, u_int value, u_int n);
Dbpf_jit_machdep.c63 emit_length(bpf_bin_stream *stream, __unused u_int value, u_int len) in emit_length()
75 emit_code(bpf_bin_stream *stream, u_int value, u_int len) in emit_code()
156 bpf_bin_stream stream; in bpf_jit_compile()
/freebsd-10-stable/sys/amd64/amd64/
Dbpf_jit_machdep.h99 typedef struct bpf_bin_stream { struct
114 } bpf_bin_stream; argument
127 typedef void (*emit_func)(bpf_bin_stream *stream, u_int value, u_int n);
Dbpf_jit_machdep.c63 emit_length(bpf_bin_stream *stream, __unused u_int value, u_int len) in emit_length()
75 emit_code(bpf_bin_stream *stream, u_int value, u_int len) in emit_code()
157 bpf_bin_stream stream; in bpf_jit_compile()