Home
last modified time | relevance | path

Searched refs:BPF_CLASS (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/lib/libpcap/
Doptimize.c352 switch (BPF_CLASS(c)) { in atomuse()
395 switch (BPF_CLASS(s->code)) { in atomdef()
446 if (!ATOMELEM(def, A_ATOM) && BPF_CLASS(b->s.code) == BPF_JMP) in compute_local_ud()
538 (BPF_CLASS(code) == BPF_LD || BPF_CLASS(code) == BPF_LDX)) { in F()
703 if (ild == 0 || BPF_CLASS(ild->s.code) != BPF_LD || in opt_peep()
764 b->s.code = BPF_CLASS(b->s.code) | BPF_OP(b->s.code) | in opt_peep()
1080 if (BPF_CLASS(s->s.code) == BPF_JMP) { in opt_blk()
1116 BPF_CLASS(b->s.code) == BPF_RET)) { in opt_blk()
1507 while (BPF_CLASS((*b)->s.code) == BPF_JMP && JT(*b) == JF(*b)) in opt_root()
1520 if (BPF_CLASS((*b)->s.code) == BPF_RET) in opt_root()
[all …]
Dbpf_image.c281 (BPF_CLASS(p->code) == BPF_JMP && in bpf_image()
/openbsd/src/sys/net/
Dbpf_filter.c397 switch (BPF_CLASS(p->code)) { in bpf_validate()
485 return BPF_CLASS(f[len - 1].code) == BPF_RET; in bpf_validate()
Dbpf.h223 #define BPF_CLASS(code) ((code) & 0x07) macro
/openbsd/src/gnu/llvm/llvm/lib/Target/BPF/Disassembler/
DBPFDisassembler.cpp37 enum BPF_CLASS { enum in __anon0c10f90c0111::BPFDisassembler
/openbsd/src/gnu/llvm/llvm/docs/
DCodeGenerator.rst2334 When BPF_CLASS(code) == BPF_ALU or BPF_ALU64 or BPF_JMP,
2361 If BPF_CLASS(code) == BPF_JMP, BPF_OP(code) is one of