Home
last modified time | relevance | path

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

/external/strace/xlat/
Dbpf_op_alu.h23 #if defined(BPF_OR) || (defined(HAVE_DECL_BPF_OR) && HAVE_DECL_BPF_OR)
24 XLAT(BPF_OR),
Dbpf_op_alu.in5 BPF_OR
/external/libchrome/sandbox/linux/system_headers/
Dlinux_filter.h80 #ifndef BPF_OR
81 #define BPF_OR 0x40 macro
/external/libpcap/
Dbpf_image.c224 case BPF_ALU|BPF_OR|BPF_X:
274 case BPF_ALU|BPF_OR|BPF_K:
Doptimize.c619 case BPF_OR: in fold_op()
989 case BPF_ALU|BPF_OR|BPF_K: in opt_stmt()
1001 op == BPF_OR || op == BPF_XOR) { in opt_stmt()
1026 case BPF_ALU|BPF_OR|BPF_X: in opt_stmt()
1054 if (op == BPF_ADD || op == BPF_OR || op == BPF_XOR) { in opt_stmt()
Dgrammar.y665 | arth '|' arth { $$ = gen_arth(BPF_OR, $1, $3); }
Dgrammar.c3109 { (yyval.a) = gen_arth(BPF_OR, (yyvsp[-2].a), (yyvsp[0].a)); } in yyparse()
Dgencode.c2283 s2 = new_stmt(BPF_ALU|BPF_OR|BPF_X); in gen_load_radiotap_llprefixlen()
2351 s2 = new_stmt(BPF_ALU|BPF_OR|BPF_X); in gen_load_ppi_llprefixlen()
7168 s = new_stmt(BPF_ALU|BPF_OR|BPF_K);
DCHANGES780 - Fix bug where '|' was defined as BPF_AND instead of BPF_OR, reported
/external/iproute2/include/linux/
Dbpf_common.h34 #define BPF_OR 0x40 macro
/external/kernel-headers/original/uapi/linux/
Dbpf_common.h34 #define BPF_OR 0x40 macro
/external/libpcap/bpf/net/
Dbpf_filter.c523 case BPF_ALU|BPF_OR|BPF_X:
563 case BPF_ALU|BPF_OR|BPF_K:
682 case BPF_OR:
/external/libchrome/sandbox/linux/bpf_dsl/
Ddump_bpf.cc38 case BPF_OR: in AluOpToken()
Dverifier.cc144 case BPF_OR: in Alu()
/external/libpcap/pcap/
Dbpf.h1395 #define BPF_OR 0x40 macro
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_monitor.c188 BPF_STMT(BPF_ALU | BPF_OR | BPF_X, 0),
/external/llvm/docs/
DCodeGenerator.rst2523 BPF_OR 0x4 bitwise logical OR