Home
last modified time | relevance | path

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

/external/strace/
Dseccomp.c65 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()
/external/libchrome/sandbox/linux/system_headers/
Dlinux_filter.h24 #ifndef BPF_CLASS
25 #define BPF_CLASS(code) ((code) & 0x07) macro
/external/libchrome/sandbox/linux/bpf_dsl/
Dcodegen.cc82 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()
Ddump_bpf.cc83 switch (BPF_CLASS(insn.code)) { in AppendInstruction()
Dcodegen_unittest.cc141 if (BPF_CLASS(insn.code) == BPF_JMP) { in RunTest()
149 } else if (BPF_CLASS(insn.code) == BPF_RET) { in RunTest()
Dverifier.cc190 switch (BPF_CLASS(insn.code)) { in EvaluateBPF()
/external/iproute2/include/linux/
Dbpf_common.h5 #define BPF_CLASS(code) ((code) & 0x07) macro
/external/kernel-headers/original/uapi/linux/
Dbpf_common.h5 #define BPF_CLASS(code) ((code) & 0x07) macro
/external/libpcap/
Doptimize.c339 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 …]
Dbpf_image.c310 if (BPF_CLASS(p->code) == BPF_JMP && BPF_OP(p->code) != BPF_JA) {
Dpcap-linux.c6354 switch (BPF_CLASS(p->code)) {
/external/libpcap/bpf/net/
Dbpf_filter.c636 switch (BPF_CLASS(p->code)) {
758 return BPF_CLASS(f[len - 1].code) == BPF_RET;
/external/libpcap/pcap/
Dbpf.h1363 #define BPF_CLASS(code) ((code) & 0x07) macro
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_monitor.c289 if (BPF_CLASS(insn->code) == BPF_JMP) { in add_monitor_filter()
/external/llvm/docs/
DCodeGenerator.rst2507 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