Home
last modified time | relevance | path

Searched refs:BPF_OR (Results 1 – 25 of 50) sorted by relevance

12

/external/strace/xlat/
Dbpf_op_alu.h34 #if defined(BPF_OR) || (defined(HAVE_DECL_BPF_OR) && HAVE_DECL_BPF_OR)
36 static_assert((BPF_OR) == (0x40), "BPF_OR != 0x40");
39 # define BPF_OR 0x40
119 XLAT(BPF_OR),
Dbpf_op_alu.in5 BPF_OR 0x40
/external/libpcap/
Dbpf_filter.c322 case BPF_ALU|BPF_OR|BPF_X: in bpf_filter_with_aux_data()
362 case BPF_ALU|BPF_OR|BPF_K: in bpf_filter_with_aux_data()
466 case BPF_OR: in bpf_validate()
Dbpf_image.c227 case BPF_ALU|BPF_OR|BPF_X: in bpf_image()
283 case BPF_ALU|BPF_OR|BPF_K: in bpf_image()
Doptimize.c739 case BPF_OR: in fold_op()
1110 case BPF_ALU|BPF_OR|BPF_K: in opt_stmt()
1122 op == BPF_OR || op == BPF_XOR) { in opt_stmt()
1147 case BPF_ALU|BPF_OR|BPF_X: in opt_stmt()
1175 if (op == BPF_ADD || op == BPF_OR || op == BPF_XOR) { in opt_stmt()
Dgrammar.y695 | arth '|' arth { $$ = gen_arth(cstate, BPF_OR, $1, $3); }
/external/elfutils/libcpu/
Dbpf_disasm.c185 case BPF_ALU | BPF_OR | BPF_K: in bpf_disasm()
222 case BPF_ALU | BPF_OR | BPF_X: in bpf_disasm()
259 case BPF_ALU64 | BPF_OR | BPF_K: in bpf_disasm()
296 case BPF_ALU64 | BPF_OR | BPF_X: in bpf_disasm()
/external/kernel-headers/original/uapi/linux/
Dbpf_common.h36 #define BPF_OR 0x40 macro
/external/bcc/src/cc/compat/linux/
Dbpf_common.h34 #define BPF_OR 0x40 macro
/external/iproute2/include/uapi/linux/
Dbpf_common.h35 #define BPF_OR 0x40 macro
/external/elfutils/lib/
Dbpf.h49 #define BPF_OR 0x40 macro
/external/iptables/include/linux/
Dfilter.h68 #define BPF_OR 0x40 macro
/external/libpcap/pcap/
Dbpf.h157 #define BPF_OR 0x40 macro
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/BPF/
DBPFInstrFormats.td37 def BPF_OR : BPFArithOp<0x4>;
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_monitor.c188 BPF_STMT(BPF_ALU | BPF_OR | BPF_X, 0),
/external/syzkaller/sys/linux/
Dbpf.txt167 define BPF_OR0 BPF_OR >> 4
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go150 BPF_OR = 0x40 const
Dzerrors_dragonfly_amd64.go131 BPF_OR = 0x40 const
Dzerrors_openbsd_arm.go135 BPF_OR = 0x40 const
Dzerrors_openbsd_amd64.go136 BPF_OR = 0x40 const
Dzerrors_openbsd_386.go135 BPF_OR = 0x40 const
Dzerrors_darwin_386.go210 BPF_OR = 0x40 const
Dzerrors_darwin_arm64.go210 BPF_OR = 0x40 const
Dzerrors_darwin_amd64.go210 BPF_OR = 0x40 const
Dzerrors_netbsd_arm.go139 BPF_OR = 0x40 const

12