Searched refs:BPF_CLASS (Results 1 – 15 of 15) sorted by relevance
65 uint16_t i = code & ~BPF_CLASS(code); in decode_bpf_code()67 printxval(bpf_class, BPF_CLASS(code), "BPF_???"); in decode_bpf_code()68 switch (BPF_CLASS(code)) { in decode_bpf_code()118 if (BPF_CLASS(filter->code) == BPF_RET) { in decode_bpf_stmt()
24 #ifndef BPF_CLASS25 #define BPF_CLASS(code) ((code) & 0x07) macro
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()
5 #define BPF_CLASS(code) ((code) & 0x07) macro
339 switch (BPF_CLASS(c)) { in atomuse()382 switch (BPF_CLASS(s->code)) { in atomdef()444 if (BPF_CLASS(b->s.code) == BPF_JMP) { in compute_local_ud()554 (BPF_CLASS(code) == BPF_LD || BPF_CLASS(code) == BPF_LDX)) { in F()751 if (ild == 0 || BPF_CLASS(ild->s.code) != BPF_LD || in opt_peep()1166 if (BPF_CLASS(s->s.code) == BPF_JMP) { in opt_blk()1235 BPF_CLASS(b->s.code) == BPF_RET)) { in opt_blk()1638 while (BPF_CLASS((*b)->s.code) == BPF_JMP && JT(*b) == JF(*b)) in opt_root()1651 if (BPF_CLASS((*b)->s.code) == BPF_RET) in opt_root()1717 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) {
6354 switch (BPF_CLASS(p->code)) {
636 switch (BPF_CLASS(p->code)) {758 return BPF_CLASS(f[len - 1].code) == BPF_RET;
1363 #define BPF_CLASS(code) ((code) & 0x07) macro
289 if (BPF_CLASS(insn->code) == BPF_JMP) { in add_monitor_filter()
2507 When BPF_CLASS(code) == BPF_ALU or BPF_ALU64 or BPF_JMP,2534 If BPF_CLASS(code) == BPF_JMP, BPF_OP(code) is one of