OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bpf_map_delete_elem
(Results
1 - 7
of
7
) sorted by null
/external/strace/xlat/
bpf_commands.in
4
BPF_MAP_DELETE_ELEM
3
bpf_commands.h
11
#if !(defined(
BPF_MAP_DELETE_ELEM
) || (defined(HAVE_DECL_BPF_MAP_DELETE_ELEM) && HAVE_DECL_BPF_MAP_DELETE_ELEM))
12
# define
BPF_MAP_DELETE_ELEM
3
32
XLAT(
BPF_MAP_DELETE_ELEM
),
/external/strace/tests/
bpf.c
105
if (!map_any(
BPF_MAP_DELETE_ELEM
))
107
printf("bpf\\(
BPF_MAP_DELETE_ELEM
, "
/external/strace/
bpf.c
91
bpf_map_delete_elem
(struct tcb *tcp, const long addr, unsigned int size)
function
197
case
BPF_MAP_DELETE_ELEM
:
198
bpf_map_delete_elem
(tcp, addr, size);
/bionic/libc/kernel/uapi/linux/
bpf.h
75
BPF_MAP_DELETE_ELEM
,
/external/iproute2/include/linux/
bpf.h
71
BPF_MAP_DELETE_ELEM
,
/external/kernel-headers/original/uapi/linux/
bpf.h
71
BPF_MAP_DELETE_ELEM
,
Completed in 226 milliseconds