OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BPF_MAP_LOOKUP_ELEM
(Results
1 - 7
of
7
) sorted by null
/external/strace/xlat/
bpf_commands.h
5
#if !(defined(
BPF_MAP_LOOKUP_ELEM
) || (defined(HAVE_DECL_BPF_MAP_LOOKUP_ELEM) && HAVE_DECL_BPF_MAP_LOOKUP_ELEM))
6
# define
BPF_MAP_LOOKUP_ELEM
1
30
XLAT(
BPF_MAP_LOOKUP_ELEM
),
/external/iproute2/examples/bpf/
bpf_sys.h
20
return syscall(__NR_bpf,
BPF_MAP_LOOKUP_ELEM
, &attr, sizeof(attr));
/external/strace/tests/
bpf.c
92
if (!map_any(
BPF_MAP_LOOKUP_ELEM
))
94
printf("bpf\\(
BPF_MAP_LOOKUP_ELEM
, "
/bionic/libc/kernel/uapi/linux/
bpf.h
72
BPF_MAP_LOOKUP_ELEM
,
/external/iproute2/include/linux/
bpf.h
69
BPF_MAP_LOOKUP_ELEM
,
/external/kernel-headers/original/uapi/linux/
bpf.h
69
BPF_MAP_LOOKUP_ELEM
,
/external/strace/
bpf.c
191
case
BPF_MAP_LOOKUP_ELEM
:
Completed in 159 milliseconds