OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BPF_OBJ_PIN
(Results
1 - 10
of
10
) sorted by null
/external/strace/xlat/
bpf_commands.h
20
#if !(defined(
BPF_OBJ_PIN
) || (defined(HAVE_DECL_BPF_OBJ_PIN) && HAVE_DECL_BPF_OBJ_PIN))
21
# define
BPF_OBJ_PIN
6
47
XLAT(
BPF_OBJ_PIN
),
/external/strace/tests/
bpf.c
96
*
BPF_OBJ_PIN
and BPF_OBJ_GET commands appear in kernel 4.4.
195
obj_manage(
BPF_OBJ_PIN
);
196
printf("bpf(
BPF_OBJ_PIN
"
199
BOGUS_BPF(
BPF_OBJ_PIN
);
/external/strace/tests-m32/
bpf.c
96
*
BPF_OBJ_PIN
and BPF_OBJ_GET commands appear in kernel 4.4.
195
obj_manage(
BPF_OBJ_PIN
);
196
printf("bpf(
BPF_OBJ_PIN
"
199
BOGUS_BPF(
BPF_OBJ_PIN
);
/external/strace/tests-mx32/
bpf.c
96
*
BPF_OBJ_PIN
and BPF_OBJ_GET commands appear in kernel 4.4.
195
obj_manage(
BPF_OBJ_PIN
);
196
printf("bpf(
BPF_OBJ_PIN
"
199
BOGUS_BPF(
BPF_OBJ_PIN
);
/external/iproute2/include/linux/
bpf.h
74
BPF_OBJ_PIN
,
/bionic/libc/kernel/uapi/linux/
bpf.h
79
BPF_OBJ_PIN
,
/external/kernel-headers/original/uapi/linux/
bpf.h
74
BPF_OBJ_PIN
,
/external/strace/
bpf.c
284
case
BPF_OBJ_PIN
:
/kernel/tests/net/test/
bpf.py
37
BPF_OBJ_PIN
= 6
/external/iproute2/tc/
tc_bpf.c
780
static int
bpf_obj_pin
(int fd, const char *pathname)
function
787
return bpf(
BPF_OBJ_PIN
, &attr, sizeof(attr));
1030
return
bpf_obj_pin
(fd, pathname);
[
all
...]
Completed in 56 milliseconds