Home
last modified time | relevance | path

Searched refs:BPF_OR (Results 1 – 11 of 11) sorted by relevance

/f-stack/dpdk/lib/librte_bpf/
H A Dbpf_def.h69 #define BPF_OR 0x40 macro
H A Dbpf_exec.c169 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 Dbpf_jit_x86.c368 [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 Dbpf_jit_arm64.c1218 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 Dbpf_validate.c681 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 Dtest_bpf.c774 .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 Dbpf_filter.c449 case BPF_ALU|BPF_OR|BPF_X: in bpf_filter()
489 case BPF_ALU|BPF_OR|BPF_K: in bpf_filter()
H A Dbpf.h286 #define BPF_OR 0x40 macro
/f-stack/freebsd/amd64/amd64/
H A Dbpf_jit_machdep.c521 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 Dbpf_jit_machdep.c551 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 Dbpf.h285 #define BPF_OR 0x40 macro