OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bpf_obj_pin
(Results
1 - 2
of
2
) sorted by null
/external/bcc/src/cc/
libbpf.c
1416
int
bpf_obj_pin
(int fd, const char *pathname)
function
[
all
...]
/external/iproute2/lib/
bpf.c
1194
static int
bpf_obj_pin
(int fd, const char *pathname)
function
1201
return bpf(
BPF_OBJ_PIN
, &attr, sizeof(attr));
1447
return
bpf_obj_pin
(fd, pathname);
[
all
...]
Completed in 620 milliseconds