Searched refs:BPF_OR (Results 1 – 8 of 8) sorted by relevance
| /dpdk/lib/bpf/ |
| H A D | bpf_exec.c | 163 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 D | bpf_def.h | 69 #define BPF_OR 0x40 macro
|
| H A D | bpf_jit_x86.c | 363 [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 D | bpf_dump.c | 24 [BPF_OR >> 4] = "or", [BPF_AND >> 4] = "and",
|
| H A D | bpf_convert.c | 317 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 D | bpf_jit_arm64.c | 1218 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 D | bpf_validate.c | 685 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 D | test_bpf.c | 802 .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 …]
|