Searched refs:BPF_CLASS (Results 1 – 13 of 13) sorted by relevance
155 if (BPF_CLASS(p->code) == BPF_JMP) { in bpf_validate()182 return (BPF_CLASS(f[len - 1].code) == BPF_RET); in bpf_validate()
343 switch (BPF_CLASS(c)) { in atomuse()386 switch (BPF_CLASS(s->code)) { in atomdef()448 if (BPF_CLASS(b->s.code) == BPF_JMP) { in compute_local_ud()558 (BPF_CLASS(code) == BPF_LD || BPF_CLASS(code) == BPF_LDX)) { in F()745 if (ild == 0 || BPF_CLASS(ild->s.code) != BPF_LD || in opt_peep()1156 if (BPF_CLASS(s->s.code) == BPF_JMP) { in opt_blk()1225 BPF_CLASS(b->s.code) == BPF_RET)) { in opt_blk()1628 while (BPF_CLASS((*b)->s.code) == BPF_JMP && JT(*b) == JF(*b)) in opt_root()1641 if (BPF_CLASS((*b)->s.code) == BPF_RET) in opt_root()1707 if (BPF_CLASS(p->s.code) != BPF_RET) { in make_marks()[all …]
295 if (BPF_CLASS(p->code) == BPF_JMP && BPF_OP(p->code) != BPF_JA) {
5267 switch (BPF_CLASS(p->code)) {
496 switch (BPF_CLASS(p->code)) {594 return BPF_CLASS(f[len - 1].code) == BPF_RET;
602 #define BPF_CLASS(code) ((code) & 0x07) macro
350 #define BPF_CLASS(code) ((code) & 0x07) macro
556 if (BPF_CLASS(p->code) == BPF_JMP) { in bpf_validate()583 return (BPF_CLASS(f[len - 1].code) == BPF_RET); in bpf_validate()
1151 #define BPF_CLASS(code) ((code) & 0x07) macro
566 switch (BPF_CLASS(p->code)) {685 return BPF_CLASS(f[len - 1].code) == BPF_RET;
1218 #define BPF_CLASS(code) ((code) & 0x07) macro
108 if (BPF_CLASS(prog[0].code) == BPF_RET) in bpf_jit_optimize()