Home | History | Annotate | Download | only in seccomp-bpf

Lines Matching refs:BPF_JMP

18     case BPF_JMP:
88 case BPF_JMP:
142 if (BPF_CLASS(code) == BPF_JMP && BPF_OP(code) != BPF_JA) {
144 "for a BPF_JMP");
149 if (BPF_CLASS(code) == BPF_JMP) {
177 if (BPF_CLASS(code) != BPF_JMP || BPF_OP(code) == BPF_JA) {
178 SANDBOX_DIE("Expected a BPF_JMP instruction");
194 if (BPF_CLASS(head->code) == BPF_JMP) {
241 if (BPF_CLASS(insn->code) == BPF_JMP) {
311 if (BPF_CLASS(head->code) == BPF_JMP) {
365 if (BPF_CLASS(insn->code) == BPF_JMP) {
444 if (BPF_CLASS(insn1.code) == BPF_JMP) {
533 if (BPF_CLASS(last_insn->code) == BPF_JMP) {
574 if (BPF_CLASS(last_insn->code) == BPF_JMP) {
601 Instruction *ja = MakeInstruction(BPF_JMP+BPF_JA, 0, last_insn->next);
637 if (BPF_CLASS(insn->code) == BPF_JMP) {
658 Instruction *ja = MakeInstruction(BPF_JMP+BPF_JA, 0, insn->jt_ptr);
669 Instruction *ja = MakeInstruction(BPF_JMP+BPF_JA, 0, insn->jf_ptr);