94ea427a31
* bpf_filter.c (print_bpf_filter_code): Add extended argument, remove static qualifier. Add support for decoding eBPF instruction code. * defs.h (print_bpf_filter_code): New declaration. * xlat/ebpf_class.in: New file. * xlat/ebpf_mode.in: Likewise. * xlat/ebpf_op_alu.in: Likewise. * xlat/ebpf_op_jmp.in: Likewise. * xlat/ebpf_size.in: Likewise. Co-Authored-by: Dmitry V. Levin <ldv@altlinux.org>
4 lines
42 B
Plaintext
4 lines
42 B
Plaintext
BPF_MOV 0xb0
|
|
BPF_ARSH 0xc0
|
|
BPF_END 0xd0
|