Searched refs:BPF_OR (Results 1 – 16 of 16) sorted by relevance
/linux-4.1.27/include/uapi/linux/ |
D | bpf_common.h | 34 #define BPF_OR 0x40 macro
|
/linux-4.1.27/arch/x86/net/ |
D | bpf_jit_comp.c | 280 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/ |
D | core.c | 200 [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()
|
D | verifier.c | 283 [BPF_OR >> 4] = "|=",
|
/linux-4.1.27/arch/arm64/net/ |
D | bpf_jit_comp.c | 258 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/ |
D | bpf_jit_comp.c | 686 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/ |
D | bpf_exp.y | 533 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); }
|
D | bpf_dbg.c | 71 #define BPF_ALU_OR (BPF_ALU | BPF_OR)
|
/linux-4.1.27/net/core/ |
D | filter.c | 402 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/ |
D | seccomp.c | 136 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/ |
D | bpf_jit_comp.c | 217 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/ |
D | bpf_jit_comp.c | 454 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/ |
D | bpf_jit_32.c | 665 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/ |
D | bpf_jit.c | 983 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/ |
D | test_bpf.c | 158 BPF_STMT(BPF_ALU | BPF_OR | BPF_K, 0xf0),
|
/linux-4.1.27/Documentation/networking/ |
D | filter.txt | 887 BPF_OR 0x40
|