/freebsd/contrib/libpcap/ |
H A D | bpf_filter.c | 303 case BPF_ALU|BPF_OR|BPF_X: in pcapint_filter_with_aux_data() 349 case BPF_ALU|BPF_OR|BPF_K: in pcapint_filter_with_aux_data() 455 case BPF_OR: in pcapint_validate_filter()
|
H A D | bpf_image.c | 319 case BPF_ALU|BPF_OR|BPF_X: in bpf_image() 375 case BPF_ALU|BPF_OR|BPF_K: in bpf_image()
|
H A D | optimize.c | 816 case BPF_OR: in fold_op() 1271 case BPF_ALU|BPF_OR|BPF_K: in opt_stmt() 1291 op == BPF_OR || op == BPF_XOR) { in opt_stmt() 1322 case BPF_ALU|BPF_OR|BPF_X: in opt_stmt() 1358 if (op == BPF_ADD || op == BPF_OR || op == BPF_XOR) { in opt_stmt()
|
H A D | grammar.y.in | 861 | arth '|' arth { CHECK_PTR_VAL(($$ = gen_arth(cstate, BPF_OR, $1, $3))); }
|
H A D | gencode.c | 2584 s2 = new_stmt(cstate, BPF_ALU|BPF_OR|BPF_X); in gen_load_radiotap_llprefixlen() 2652 s2 = new_stmt(cstate, BPF_ALU|BPF_OR|BPF_X); in gen_load_ppi_llprefixlen() 8200 s = new_stmt(cstate, BPF_ALU|BPF_OR|BPF_K); in gen_byteop()
|
H A D | CHANGES | 1584 - Fix bug where '|' was defined as BPF_AND instead of BPF_OR, reported
|
/freebsd/tools/regression/bpf/bpf_filter/tests/ |
H A D | test0037.h | 8 BPF_STMT(BPF_ALU+BPF_OR+BPF_K, 0xc0decafe),
|
H A D | test0029.h | 9 BPF_STMT(BPF_ALU+BPF_OR+BPF_X, 0),
|
/freebsd/sbin/ipf/ipf/ |
H A D | bpf_filter.c | 393 case BPF_ALU|BPF_OR|BPF_X: in bpf_filter() 425 case BPF_ALU|BPF_OR|BPF_K: in bpf_filter() 518 case BPF_OR: in bpf_validate()
|
H A D | bpf-ipf.h | 374 #define BPF_OR 0x40 macro
|
/freebsd/contrib/libpcap/pcap/ |
H A D | bpf.h | 181 #define BPF_OR 0x40
|
/freebsd/sys/net/ |
H A D | bpf_filter.c | 444 case BPF_ALU|BPF_OR|BPF_X: in bpf_filter() 484 case BPF_ALU|BPF_OR|BPF_K: in bpf_filter()
|
H A D | bpf.h | 283 #define BPF_OR 0x40 macro
|
/freebsd/sys/amd64/amd64/ |
H A D | bpf_jit_machdep.c | 519 case BPF_ALU|BPF_OR|BPF_X: in bpf_jit_compile() 567 case BPF_ALU|BPF_OR|BPF_K: in bpf_jit_compile()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFInstrFormats.td | 37 def BPF_OR : BPFArithOp<0x4>;
|
H A D | BPFInstrInfo.td | 337 defm OR : ALU<BPF_OR, 0, "|=", or>; 851 def XORW32 : ATOMIC32_NOFETCH<BPF_OR, "|">; 857 def XORD : ATOMIC_NOFETCH<BPF_OR, "|">; 902 def XFORW32 : XFALU32<BPF_W, BPF_OR, "u32", "or", atomic_load_or_i32>; 908 def XFORD : XFALU64<BPF_DW, BPF_OR, "u64", "or", atomic_load_or_i64>;
|
/freebsd/sys/i386/i386/ |
H A D | bpf_jit_machdep.c | 549 case BPF_ALU|BPF_OR|BPF_X: in bpf_jit_compile() 597 case BPF_ALU|BPF_OR|BPF_K: in bpf_jit_compile()
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_nl80211_monitor.c | 191 BPF_STMT(BPF_ALU | BPF_OR | BPF_X, 0),
|
/freebsd/contrib/netbsd-tests/net/bpfjit/ |
H A D | t_bpfjit.c | 660 BPF_STMT(BPF_ALU+BPF_OR+BPF_K, 0x0000beef), in ATF_TC_BODY() 824 BPF_STMT(BPF_ALU+BPF_OR+BPF_K, UINT32_C(0x0000030c)), in ATF_TC_BODY() 1398 BPF_STMT(BPF_ALU+BPF_OR+BPF_X, 0), in ATF_TC_BODY() 1572 BPF_STMT(BPF_ALU+BPF_OR+BPF_X, 0), in ATF_TC_BODY()
|
/freebsd/contrib/netbsd-tests/lib/libbpfjit/ |
H A D | t_bpfjit.c | 748 BPF_STMT(BPF_ALU+BPF_OR+BPF_K, 0x0000beef), in ATF_TC_BODY() 942 BPF_STMT(BPF_ALU+BPF_OR+BPF_K, UINT32_C(0x0000030c)), in ATF_TC_BODY() 1611 BPF_STMT(BPF_ALU+BPF_OR+BPF_X, 0), in ATF_TC_BODY() 1815 BPF_STMT(BPF_ALU+BPF_OR+BPF_X, 0), in ATF_TC_BODY()
|