OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BPF_NOEXIST
(Results
1 - 4
of
4
) sorted by null
/external/strace/xlat/
bpf_map_update_elem_flags.h
5
#if !(defined(
BPF_NOEXIST
) || (defined(HAVE_DECL_BPF_NOEXIST) && HAVE_DECL_BPF_NOEXIST))
6
# define
BPF_NOEXIST
1
21
XLAT(
BPF_NOEXIST
),
/bionic/libc/kernel/uapi/linux/
bpf.h
102
#define
BPF_NOEXIST
1
/external/iproute2/include/linux/
bpf.h
98
#define
BPF_NOEXIST
1 /* create new element if it didn't exist */
/external/kernel-headers/original/uapi/linux/
bpf.h
98
#define
BPF_NOEXIST
1 /* create new element if it didn't exist */
Completed in 300 milliseconds