Home
last modified time | relevance | path

Searched refs:EBPF_JLT (Results 1 – 5 of 5) sorted by relevance

/dpdk/lib/bpf/
H A Dbpf_def.h92 #define EBPF_JLT 0xa0 macro
H A Dbpf_jit_x86.c759 [GET_BPF_OP(EBPF_JLT)] = {0x0F, 0x42}, /* CMOVB */ in emit_movcc_reg()
800 [GET_BPF_OP(EBPF_JLT)] = 0x72, /* JB */ in emit_abs_jcc()
814 [GET_BPF_OP(EBPF_JLT)] = {0x0F, 0x82}, /* JB */ in emit_abs_jcc()
1445 case (BPF_JMP | EBPF_JLT | BPF_K): in emit()
1459 case (BPF_JMP | EBPF_JLT | BPF_X): in emit()
H A Dbpf_exec.c396 case (BPF_JMP | EBPF_JLT | BPF_K): in bpf_exec()
430 case (BPF_JMP | EBPF_JLT | BPF_X): in bpf_exec()
H A Dbpf_jit_arm64.c192 case EBPF_JLT: in ebpf_to_a64_cond()
1337 case (BPF_JMP | EBPF_JLT | BPF_K): in emit()
1357 case (BPF_JMP | EBPF_JLT | BPF_X): in emit()
H A Dbpf_validate.c1114 else if (op == EBPF_JLT) in eval_jcc()
1598 [(BPF_JMP | EBPF_JLT | BPF_K)] = {
1665 [(BPF_JMP | EBPF_JLT | BPF_X)] = {
1997 case (BPF_JMP | EBPF_JLT | BPF_K): in validate()
2008 case (BPF_JMP | EBPF_JLT | BPF_X): in validate()