Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_bpf/
H A Dbpf_def.h92 #define EBPF_JLT 0xa0 macro
H A Dbpf_jit_x86.c764 [GET_BPF_OP(EBPF_JLT)] = {0x0F, 0x42}, /* CMOVB */ in emit_movcc_reg()
805 [GET_BPF_OP(EBPF_JLT)] = 0x72, /* JB */ in emit_abs_jcc()
819 [GET_BPF_OP(EBPF_JLT)] = {0x0F, 0x82}, /* JB */ in emit_abs_jcc()
1450 case (BPF_JMP | EBPF_JLT | BPF_K): in emit()
1464 case (BPF_JMP | EBPF_JLT | BPF_X): in emit()
H A Dbpf_exec.c402 case (BPF_JMP | EBPF_JLT | BPF_K): in bpf_exec()
436 case (BPF_JMP | EBPF_JLT | BPF_X): in bpf_exec()
H A Dbpf_validate.c1110 else if (op == EBPF_JLT) in eval_jcc()
1118 else if (op == EBPF_JLT) in eval_jcc()
1594 [(BPF_JMP | EBPF_JLT | BPF_K)] = {
1661 [(BPF_JMP | EBPF_JLT | BPF_X)] = {
1993 case (BPF_JMP | EBPF_JLT | BPF_K): in validate()
2004 case (BPF_JMP | EBPF_JLT | BPF_X): in validate()
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()