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 - 4
of
4
) sorted by null
/bionic/libc/kernel/uapi/linux/
bpf.h
79
BPF_OBJ_PIN
,
/external/iproute2/include/linux/
bpf.h
74
BPF_OBJ_PIN
,
/external/kernel-headers/original/uapi/linux/
bpf.h
74
BPF_OBJ_PIN
,
/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 51 milliseconds