Dmitry V. Levin
c483165463
* xlat/bpf_class.in: Add default values for constants. * xlat/bpf_miscop.in: Likewise. * xlat/bpf_mode.in: Likewise. * xlat/bpf_op_alu.in: Likewise. * xlat/bpf_op_jmp.in: Likewise. * xlat/bpf_rval.in: Likewise. * xlat/bpf_size.in: Likewise. * xlat/bpf_src.in: Likewise.
15 lines
195 B
Plaintext
15 lines
195 B
Plaintext
BPF_JA 0x00
|
|
BPF_JEQ 0x10
|
|
BPF_JGT 0x20
|
|
BPF_JGE 0x30
|
|
BPF_JSET 0x40
|
|
BPF_JNE 0x50
|
|
BPF_JSGT 0x60
|
|
BPF_JSGE 0x70
|
|
BPF_CALL 0x80
|
|
BPF_EXIT 0x90
|
|
BPF_JLT 0xa0
|
|
BPF_JLE 0xb0
|
|
BPF_JSLT 0xc0
|
|
BPF_JSLE 0xd0
|