OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BPF_JSGE
(Results
1 - 4
of
4
) sorted by null
/external/strace/xlat/
bpf_op_jmp.h
32
#if defined(
BPF_JSGE
) || (defined(HAVE_DECL_BPF_JSGE) && HAVE_DECL_BPF_JSGE)
33
XLAT(
BPF_JSGE
),
/bionic/libc/kernel/uapi/linux/
bpf.h
39
#define
BPF_JSGE
0x70
/external/iproute2/include/linux/
bpf.h
35
#define
BPF_JSGE
0x70 /* SGE is signed '>=', GE in x86 */
/external/kernel-headers/original/uapi/linux/
bpf.h
35
#define
BPF_JSGE
0x70 /* SGE is signed '>=', GE in x86 */
Completed in 1362 milliseconds