OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BPF_SIZE
(Results
1 - 9
of
9
) sorted by null
/bionic/libc/kernel/uapi/linux/
bpf_common.h
30
#define
BPF_SIZE
(code) ((code) & 0x18)
/external/iproute2/include/
bpf_util.h
171
.code = BPF_LD |
BPF_SIZE
(SIZE) | BPF_ABS, \
181
.code = BPF_LDX |
BPF_SIZE
(SIZE) | BPF_MEM, \
191
.code = BPF_STX |
BPF_SIZE
(SIZE) | BPF_MEM, \
201
.code = BPF_ST |
BPF_SIZE
(SIZE) | BPF_MEM, \
/external/iproute2/include/uapi/linux/
bpf_common.h
17
#define
BPF_SIZE
(code) ((code) & 0x18)
/external/kernel-headers/original/uapi/linux/
bpf_common.h
17
#define
BPF_SIZE
(code) ((code) & 0x18)
/external/iptables/include/linux/
filter.h
50
#define
BPF_SIZE
(code) ((code) & 0x18)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
filter.h
50
#define
BPF_SIZE
(code) ((code) & 0x18)
/external/libpcap/pcap/
bpf.h
140
#define
BPF_SIZE
(code) ((code) & 0x18)
/external/strace/
bpf_filter.c
42
#include "xlat/
bpf_size
.h"
55
printxval(
bpf_size
,
BPF_SIZE
(code), "BPF_???");
/external/libpcap/
optimize.c
966
s->code = BPF_LD|BPF_ABS|
BPF_SIZE
(s->code);
[
all
...]
Completed in 73 milliseconds