Lines Matching refs:BPF_OP
325 bpf_alu_string[BPF_OP(insn->code) >> 4], in print_bpf_insn()
332 bpf_alu_string[BPF_OP(insn->code) >> 4], in print_bpf_insn()
388 u8 opcode = BPF_OP(insn->code); in print_bpf_insn()
400 bpf_jmp_string[BPF_OP(insn->code) >> 4], in print_bpf_insn()
405 bpf_jmp_string[BPF_OP(insn->code) >> 4], in print_bpf_insn()
1018 u8 opcode = BPF_OP(insn->code); in check_alu_op()
1180 u8 opcode = BPF_OP(insn->code); in check_cond_jmp_op()
1518 u8 opcode = BPF_OP(insns[t].code); in check_cfg()
1877 u8 opcode = BPF_OP(insn->code); in do_check()
2092 BPF_OP(insn->code) == BPF_CALL || in adjust_branches()
2093 BPF_OP(insn->code) == BPF_EXIT) in adjust_branches()