Searched refs:EBPF_JNE (Results 1 – 8 of 8) sorted by relevance
| /dpdk/lib/bpf/ |
| H A D | bpf_def.h | 87 #define EBPF_JNE 0x50 macro
|
| H A D | bpf_dump.c | 41 [BPF_JSET >> 4] = "jset", [EBPF_JNE >> 4] = "jne",
|
| H A D | bpf_convert.c | 307 *insn++ = BPF_JMP_IMM(EBPF_JNE, BPF_REG_X, 0, 2); in bpf_convert_filter() 398 insn->code = BPF_JMP | EBPF_JNE | bpf_src; in bpf_convert_filter()
|
| H A D | bpf_jit_x86.c | 757 [GET_BPF_OP(EBPF_JNE)] = {0x0F, 0x45}, /* CMOVNE */ in emit_movcc_reg() 798 [GET_BPF_OP(EBPF_JNE)] = 0x75, /* JNE */ in emit_abs_jcc() 812 [GET_BPF_OP(EBPF_JNE)] = {0x0F, 0x85}, /* JNE */ in emit_abs_jcc() 1443 case (BPF_JMP | EBPF_JNE | BPF_K): in emit() 1457 case (BPF_JMP | EBPF_JNE | BPF_X): in emit()
|
| H A D | bpf_exec.c | 390 case (BPF_JMP | EBPF_JNE | BPF_K): in bpf_exec() 424 case (BPF_JMP | EBPF_JNE | BPF_X): in bpf_exec()
|
| H A D | bpf_jit_arm64.c | 199 case EBPF_JNE: in ebpf_to_a64_cond() 1335 case (BPF_JMP | EBPF_JNE | BPF_K): in emit() 1355 case (BPF_JMP | EBPF_JNE | BPF_X): in emit()
|
| H A D | bpf_validate.c | 1108 else if (op == EBPF_JNE) in eval_jcc() 1586 [(BPF_JMP | EBPF_JNE | BPF_K)] = { 1653 [(BPF_JMP | EBPF_JNE | BPF_X)] = { 1995 case (BPF_JMP | EBPF_JNE | BPF_K): in validate() 2006 case (BPF_JMP | EBPF_JNE | BPF_X): in validate()
|
| /dpdk/app/test/ |
| H A D | test_bpf.c | 775 .code = (BPF_JMP | EBPF_JNE | BPF_X), 942 .code = (BPF_JMP | EBPF_JNE | BPF_K), 964 .code = (BPF_JMP | EBPF_JNE | BPF_K), 2357 .code = (BPF_JMP | EBPF_JNE | BPF_K),
|