Searched refs:BPF_OR (Results 1 – 11 of 11) sorted by relevance
| /f-stack/dpdk/lib/librte_bpf/ |
| H A D | bpf_def.h | 69 #define BPF_OR 0x40 macro
|
| H A D | bpf_exec.c | 169 case (BPF_ALU | BPF_OR | BPF_K): in bpf_exec() 203 case (BPF_ALU | BPF_OR | BPF_X): in bpf_exec() 248 case (EBPF_ALU64 | BPF_OR | BPF_K): in bpf_exec() 285 case (EBPF_ALU64 | BPF_OR | BPF_X): in bpf_exec()
|
| H A D | bpf_jit_x86.c | 368 [GET_BPF_OP(BPF_OR)] = 1, in emit_alu_imm() 402 [GET_BPF_OP(BPF_OR)] = 0x09, in emit_alu_reg() 1315 case (BPF_ALU | BPF_OR | BPF_K): in emit() 1330 case (BPF_ALU | BPF_OR | BPF_X): in emit() 1354 case (EBPF_ALU64 | BPF_OR | BPF_K): in emit() 1370 case (EBPF_ALU64 | BPF_OR | BPF_X): in emit()
|
| 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 | 681 else if (op == BPF_OR) in eval_alu() 1149 [(BPF_ALU | BPF_OR | BPF_K)] = { 1216 [(EBPF_ALU64 | BPF_OR | BPF_K)] = { 1289 [(BPF_ALU | BPF_OR | BPF_X)] = { 1376 [(EBPF_ALU64 | BPF_OR | BPF_X)] = {
|
| /f-stack/dpdk/app/test/ |
| H A D | test_bpf.c | 774 .code = (EBPF_ALU64 | BPF_OR | BPF_K), 783 .code = (EBPF_ALU64 | BPF_OR | BPF_K), 792 .code = (EBPF_ALU64 | BPF_OR | BPF_K), 801 .code = (EBPF_ALU64 | BPF_OR | BPF_K), 810 .code = (EBPF_ALU64 | BPF_OR | BPF_K), 819 .code = (EBPF_ALU64 | BPF_OR | BPF_K), 828 .code = (EBPF_ALU64 | BPF_OR | BPF_K), 837 .code = (EBPF_ALU64 | BPF_OR | BPF_K), 1097 .code = (EBPF_ALU64 | BPF_OR | BPF_K), 1136 .code = (BPF_ALU | BPF_OR | BPF_X), [all …]
|
| /f-stack/freebsd/net/ |
| H A D | bpf_filter.c | 449 case BPF_ALU|BPF_OR|BPF_X: in bpf_filter() 489 case BPF_ALU|BPF_OR|BPF_K: in bpf_filter()
|
| H A D | bpf.h | 286 #define BPF_OR 0x40 macro
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | bpf_jit_machdep.c | 521 case BPF_ALU|BPF_OR|BPF_X: in bpf_jit_compile() 569 case BPF_ALU|BPF_OR|BPF_K: in bpf_jit_compile()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | bpf_jit_machdep.c | 551 case BPF_ALU|BPF_OR|BPF_X: in bpf_jit_compile() 599 case BPF_ALU|BPF_OR|BPF_K: in bpf_jit_compile()
|
| /f-stack/tools/compat/include/net/ |
| H A D | bpf.h | 285 #define BPF_OR 0x40 macro
|