Home
last modified time | relevance | path

Searched refs:BPF_OR (Results 1 – 8 of 8) sorted by relevance

/dpdk/lib/bpf/
H A Dbpf_exec.c163 case (BPF_ALU | BPF_OR | BPF_K): in bpf_exec()
197 case (BPF_ALU | BPF_OR | BPF_X): in bpf_exec()
242 case (EBPF_ALU64 | BPF_OR | BPF_K): in bpf_exec()
279 case (EBPF_ALU64 | BPF_OR | BPF_X): in bpf_exec()
H A Dbpf_def.h69 #define BPF_OR 0x40 macro
H A Dbpf_jit_x86.c363 [GET_BPF_OP(BPF_OR)] = 1, in emit_alu_imm()
397 [GET_BPF_OP(BPF_OR)] = 0x09, in emit_alu_reg()
1310 case (BPF_ALU | BPF_OR | BPF_K): in emit()
1325 case (BPF_ALU | BPF_OR | BPF_X): in emit()
1349 case (EBPF_ALU64 | BPF_OR | BPF_K): in emit()
1365 case (EBPF_ALU64 | BPF_OR | BPF_X): in emit()
H A Dbpf_dump.c24 [BPF_OR >> 4] = "or", [BPF_AND >> 4] = "and",
H A Dbpf_convert.c317 case BPF_ALU | BPF_OR | BPF_X: in bpf_convert_filter()
318 case BPF_ALU | BPF_OR | BPF_K: in bpf_convert_filter()
H A Dbpf_jit_arm64.c1218 case (BPF_ALU | BPF_OR | BPF_X): in emit()
1219 case (EBPF_ALU64 | BPF_OR | BPF_X): in emit()
1223 case (BPF_ALU | BPF_OR | BPF_K): in emit()
1224 case (EBPF_ALU64 | BPF_OR | BPF_K): in emit()
H A Dbpf_validate.c685 else if (op == BPF_OR) in eval_alu()
1153 [(BPF_ALU | BPF_OR | BPF_K)] = {
1220 [(EBPF_ALU64 | BPF_OR | BPF_K)] = {
1293 [(BPF_ALU | BPF_OR | BPF_X)] = {
1380 [(EBPF_ALU64 | BPF_OR | BPF_X)] = {
/dpdk/app/test/
H A Dtest_bpf.c802 .code = (EBPF_ALU64 | BPF_OR | BPF_K),
811 .code = (EBPF_ALU64 | BPF_OR | BPF_K),
820 .code = (EBPF_ALU64 | BPF_OR | BPF_K),
829 .code = (EBPF_ALU64 | BPF_OR | BPF_K),
838 .code = (EBPF_ALU64 | BPF_OR | BPF_K),
847 .code = (EBPF_ALU64 | BPF_OR | BPF_K),
856 .code = (EBPF_ALU64 | BPF_OR | BPF_K),
865 .code = (EBPF_ALU64 | BPF_OR | BPF_K),
1125 .code = (EBPF_ALU64 | BPF_OR | BPF_K),
1164 .code = (BPF_ALU | BPF_OR | BPF_X),
[all …]