Searched refs:BPF_CLASS (Results 1 – 20 of 20) sorted by relevance
66 uint16_t i = code & ~BPF_CLASS(code); in decode_bpf_code()68 printxval(bpf_class, BPF_CLASS(code), "BPF_???"); in decode_bpf_code()69 switch (BPF_CLASS(code)) { in decode_bpf_code()127 if (BPF_CLASS(filter->code) == BPF_RET) { in decode_bpf_stmt()
82 if (BPF_CLASS(code) == BPF_JMP) { in AppendInstruction()94 if (BPF_CLASS(code) == BPF_RET) { in AppendInstruction()124 if (BPF_CLASS(code) == BPF_JMP && BPF_OP(code) != BPF_JA) { in Append()
83 switch (BPF_CLASS(insn.code)) { in AppendInstruction()
141 if (BPF_CLASS(insn.code) == BPF_JMP) { in RunTest()149 } else if (BPF_CLASS(insn.code) == BPF_RET) { in RunTest()
190 switch (BPF_CLASS(insn.code)) { in EvaluateBPF()
24 #ifndef BPF_CLASS25 #define BPF_CLASS(code) ((code) & 0x07) macro
138 BPF_STMT(BPF_CLASS(i), i << 16); in main()149 switch (BPF_CLASS(i)) { in main()
5 #define BPF_CLASS(code) ((code) & 0x07) macro
391 switch (BPF_CLASS(c)) { in atomuse()434 switch (BPF_CLASS(s->code)) { in atomdef()496 if (BPF_CLASS(b->s.code) == BPF_JMP) { in compute_local_ud()575 (BPF_CLASS(code) == BPF_LD || BPF_CLASS(code) == BPF_LDX)) { in F()773 if (ild == 0 || BPF_CLASS(ild->s.code) != BPF_LD || in opt_peep()1190 if (BPF_CLASS(s->s.code) == BPF_JMP) { in opt_blk()1259 BPF_CLASS(b->s.code) == BPF_RET)) { in opt_blk()1663 while (BPF_CLASS((*b)->s.code) == BPF_JMP && JT(*b) == JF(*b)) in opt_root()1676 if (BPF_CLASS((*b)->s.code) == BPF_RET) in opt_root()1741 if (BPF_CLASS(p->s.code) != BPF_RET) { in make_marks()[all …]
310 if (BPF_CLASS(p->code) == BPF_JMP && BPF_OP(p->code) != BPF_JA) {
643 switch (BPF_CLASS(p->code)) {765 return BPF_CLASS(f[len - 1].code) == BPF_RET;
6630 switch (BPF_CLASS(p->code)) {
39 #define BPF_CLASS(code) ((code) & 0x07) macro
129 #define BPF_CLASS(code) ((code) & 0x07) macro
289 if (BPF_CLASS(insn->code) == BPF_JMP) { in add_monitor_filter()
2500 When BPF_CLASS(code) == BPF_ALU or BPF_ALU64 or BPF_JMP,2527 If BPF_CLASS(code) == BPF_JMP, BPF_OP(code) is one of