Home
last modified time | relevance | path

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

/dpdk/lib/bpf/
H A Dbpf_def.h87 #define EBPF_JNE 0x50 macro
H A Dbpf_dump.c41 [BPF_JSET >> 4] = "jset", [EBPF_JNE >> 4] = "jne",
H A Dbpf_convert.c307 *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 Dbpf_jit_x86.c757 [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 Dbpf_exec.c390 case (BPF_JMP | EBPF_JNE | BPF_K): in bpf_exec()
424 case (BPF_JMP | EBPF_JNE | BPF_X): in bpf_exec()
H A Dbpf_jit_arm64.c199 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 Dbpf_validate.c1108 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 Dtest_bpf.c775 .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),