Searched refs:BPF_OR (Results 1 – 20 of 20) sorted by relevance
/external/strace/xlat/ |
D | bpf_op_alu.h | 23 #if defined(BPF_OR) || (defined(HAVE_DECL_BPF_OR) && HAVE_DECL_BPF_OR) 24 XLAT(BPF_OR),
|
D | bpf_op_alu.in | 5 BPF_OR
|
/external/libchrome/sandbox/linux/system_headers/ |
D | linux_filter.h | 80 #ifndef BPF_OR 81 #define BPF_OR 0x40 macro
|
/external/libpcap/ |
D | bpf_image.c | 224 case BPF_ALU|BPF_OR|BPF_X: 274 case BPF_ALU|BPF_OR|BPF_K:
|
D | bpf_filter.c | 525 case BPF_ALU|BPF_OR|BPF_X: 565 case BPF_ALU|BPF_OR|BPF_K: 689 case BPF_OR:
|
D | optimize.c | 641 case BPF_OR: in fold_op() 1012 case BPF_ALU|BPF_OR|BPF_K: in opt_stmt() 1024 op == BPF_OR || op == BPF_XOR) { in opt_stmt() 1049 case BPF_ALU|BPF_OR|BPF_X: in opt_stmt() 1077 if (op == BPF_ADD || op == BPF_OR || op == BPF_XOR) { in opt_stmt()
|
D | grammar.y | 680 | arth '|' arth { $$ = gen_arth(cstate, BPF_OR, $1, $3); }
|
D | grammar.c | 3104 { (yyval.a) = gen_arth(cstate, BPF_OR, (yyvsp[-2].a), (yyvsp[0].a)); } in yyparse()
|
D | gencode.c | 2400 s2 = new_stmt(cstate, BPF_ALU|BPF_OR|BPF_X); in gen_load_radiotap_llprefixlen() 2468 s2 = new_stmt(cstate, BPF_ALU|BPF_OR|BPF_X); in gen_load_ppi_llprefixlen() 7258 s = new_stmt(cstate, BPF_ALU|BPF_OR|BPF_K); in gen_byteop()
|
D | CHANGES | 826 - Fix bug where '|' was defined as BPF_AND instead of BPF_OR, reported
|
/external/iproute2/include/linux/ |
D | bpf_common.h | 34 #define BPF_OR 0x40 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | bpf_common.h | 34 #define BPF_OR 0x40 macro
|
/external/iptables/include/linux/ |
D | filter.h | 68 #define BPF_OR 0x40 macro
|
/external/libpcap/bpf/net/ |
D | bpf_filter.c | 525 case BPF_ALU|BPF_OR|BPF_X: 565 case BPF_ALU|BPF_OR|BPF_K: 689 case BPF_OR:
|
/external/libpcap/pcap/ |
D | bpf.h | 161 #define BPF_OR 0x40 macro
|
/external/libchrome/sandbox/linux/bpf_dsl/ |
D | dump_bpf.cc | 38 case BPF_OR: in AluOpToken()
|
D | verifier.cc | 144 case BPF_OR: in Alu()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211_monitor.c | 188 BPF_STMT(BPF_ALU | BPF_OR | BPF_X, 0),
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_verifier.c | 3306 BPF_ALU64_IMM(BPF_OR, BPF_REG_2, 13), 3320 BPF_ALU64_IMM(BPF_OR, BPF_REG_2, 24), 3336 BPF_ALU64_REG(BPF_OR, BPF_REG_2, BPF_REG_4), 3351 BPF_ALU64_REG(BPF_OR, BPF_REG_2, BPF_REG_4),
|
/external/llvm/docs/ |
D | CodeGenerator.rst | 2516 BPF_OR 0x4 bitwise logical OR
|