OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BPF_OR
(Results
1 - 25
of
68
) sorted by null
1
2
3
/external/strace/xlat/
bpf_op_alu.h
23
#if defined(
BPF_OR
) || (defined(HAVE_DECL_BPF_OR) && HAVE_DECL_BPF_OR)
24
XLAT(
BPF_OR
),
/bionic/libc/kernel/uapi/linux/
bpf_common.h
46
#define
BPF_OR
0x40
/external/iproute2/include/uapi/linux/
bpf_common.h
35
#define
BPF_OR
0x40
/external/kernel-headers/original/uapi/linux/
bpf_common.h
35
#define
BPF_OR
0x40
/external/libpcap/
bpf_image.c
224
case BPF_ALU|
BPF_OR
|BPF_X:
274
case BPF_ALU|
BPF_OR
|BPF_K:
optimize.c
641
case
BPF_OR
:
1012
case BPF_ALU|
BPF_OR
|BPF_K:
1024
op ==
BPF_OR
|| op == BPF_XOR) {
1049
case BPF_ALU|
BPF_OR
|BPF_X:
1077
if (op == BPF_ADD || op ==
BPF_OR
|| op == BPF_XOR) {
[
all
...]
grammar.y
680
| arth '|' arth { $$ = gen_arth(cstate,
BPF_OR
, $1, $3); }
grammar.c
[
all
...]
/external/iptables/include/linux/
filter.h
68
#define
BPF_OR
0x40
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
filter.h
68
#define
BPF_OR
0x40
/external/libpcap/pcap/
bpf.h
161
#define
BPF_OR
0x40
/external/libpcap/bpf/net/
bpf_filter.c
525
case BPF_ALU|
BPF_OR
|BPF_X:
565
case BPF_ALU|
BPF_OR
|BPF_K:
689
case
BPF_OR
:
/kernel/tests/net/test/
bpf.py
108
BPF_OR
= 0x40
/external/wpa_supplicant_8/src/drivers/
driver_nl80211_monitor.c
188
BPF_STMT(BPF_ALU |
BPF_OR
| BPF_X, 0),
/prebuilts/go/darwin-x86/src/syscall/
zerrors_darwin_386.go
125
BPF_OR
= 0x40
[
all
...]
zerrors_darwin_amd64.go
125
BPF_OR
= 0x40
[
all
...]
zerrors_darwin_arm.go
124
BPF_OR
= 0x40
[
all
...]
zerrors_darwin_arm64.go
126
BPF_OR
= 0x40
[
all
...]
zerrors_dragonfly_amd64.go
128
BPF_OR
= 0x40
[
all
...]
zerrors_freebsd_386.go
193
BPF_OR
= 0x40
[
all
...]
zerrors_freebsd_amd64.go
193
BPF_OR
= 0x40
[
all
...]
zerrors_freebsd_arm.go
193
BPF_OR
= 0x40
[
all
...]
zerrors_linux_386.go
141
BPF_OR
= 0x40
[
all
...]
zerrors_linux_amd64.go
141
BPF_OR
= 0x40
[
all
...]
zerrors_linux_arm.go
141
BPF_OR
= 0x40
[
all
...]
Completed in 939 milliseconds
1
2
3