Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dbpf_common.h34 #define BPF_OR 0x40 macro
/linux-4.1.27/arch/x86/net/
Dbpf_jit_comp.c280 case BPF_ALU | BPF_OR | BPF_X: in do_jit()
285 case BPF_ALU64 | BPF_OR | BPF_X: in do_jit()
291 case BPF_OR: b2 = 0x09; break; in do_jit()
326 case BPF_ALU | BPF_OR | BPF_K: in do_jit()
331 case BPF_ALU64 | BPF_OR | BPF_K: in do_jit()
342 case BPF_OR: b3 = 0xC8; break; in do_jit()
/linux-4.1.27/kernel/bpf/
Dcore.c200 [BPF_ALU | BPF_OR | BPF_X] = &&ALU_OR_X, in __bpf_prog_run()
201 [BPF_ALU | BPF_OR | BPF_K] = &&ALU_OR_K, in __bpf_prog_run()
226 [BPF_ALU64 | BPF_OR | BPF_X] = &&ALU64_OR_X, in __bpf_prog_run()
227 [BPF_ALU64 | BPF_OR | BPF_K] = &&ALU64_OR_K, in __bpf_prog_run()
Dverifier.c283 [BPF_OR >> 4] = "|=",
/linux-4.1.27/arch/arm64/net/
Dbpf_jit_comp.c258 case BPF_ALU | BPF_OR | BPF_X: in build_insn()
259 case BPF_ALU64 | BPF_OR | BPF_X: in build_insn()
380 case BPF_ALU | BPF_OR | BPF_K: in build_insn()
381 case BPF_ALU64 | BPF_OR | BPF_K: in build_insn()
/linux-4.1.27/arch/s390/net/
Dbpf_jit_comp.c686 case BPF_ALU | BPF_OR | BPF_X: /* dst = (u32) dst | (u32) src */ in bpf_jit_insn()
691 case BPF_ALU64 | BPF_OR | BPF_X: /* dst = dst | src */ in bpf_jit_insn()
695 case BPF_ALU | BPF_OR | BPF_K: /* dst = (u32) dst | (u32) imm */ in bpf_jit_insn()
700 case BPF_ALU64 | BPF_OR | BPF_K: /* dst = dst | imm */ in bpf_jit_insn()
/linux-4.1.27/tools/net/
Dbpf_exp.y533 bpf_set_curr_instr(BPF_ALU | BPF_OR | BPF_K, 0, 0, $3); }
535 bpf_set_curr_instr(BPF_ALU | BPF_OR | BPF_X, 0, 0, 0); }
537 bpf_set_curr_instr(BPF_ALU | BPF_OR | BPF_X, 0, 0, 0); }
Dbpf_dbg.c71 #define BPF_ALU_OR (BPF_ALU | BPF_OR)
/linux-4.1.27/net/core/
Dfilter.c402 case BPF_ALU | BPF_OR | BPF_X: in bpf_convert_filter()
403 case BPF_ALU | BPF_OR | BPF_K: in bpf_convert_filter()
690 [BPF_ALU | BPF_OR | BPF_K] = true, in chk_code_allowed()
691 [BPF_ALU | BPF_OR | BPF_X] = true, in chk_code_allowed()
/linux-4.1.27/kernel/
Dseccomp.c136 case BPF_ALU | BPF_OR | BPF_K: in seccomp_check_filter()
137 case BPF_ALU | BPF_OR | BPF_X: in seccomp_check_filter()
/linux-4.1.27/arch/powerpc/net/
Dbpf_jit_comp.c217 case BPF_ALU | BPF_OR | BPF_X: in bpf_jit_build_body()
221 case BPF_ALU | BPF_OR | BPF_K: in bpf_jit_build_body()
/linux-4.1.27/arch/sparc/net/
Dbpf_jit_comp.c454 case BPF_ALU | BPF_OR | BPF_X: /* A |= X */ in bpf_jit_compile()
457 case BPF_ALU | BPF_OR | BPF_K: /* A |= K */ in bpf_jit_compile()
/linux-4.1.27/arch/arm/net/
Dbpf_jit_32.c665 case BPF_ALU | BPF_OR | BPF_K: in build_body()
669 case BPF_ALU | BPF_OR | BPF_X: in build_body()
/linux-4.1.27/arch/mips/net/
Dbpf_jit.c983 case BPF_ALU | BPF_OR | BPF_K: in build_body()
988 case BPF_ALU | BPF_OR | BPF_X: in build_body()
/linux-4.1.27/lib/
Dtest_bpf.c158 BPF_STMT(BPF_ALU | BPF_OR | BPF_K, 0xf0),
/linux-4.1.27/Documentation/networking/
Dfilter.txt887 BPF_OR 0x40