OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:attachProgram
(Results
1 - 3
of
3
) sorted by null
/system/netd/libbpf/include/bpf/
BpfUtils.h
144
int
attachProgram
(bpf_attach_type type, uint32_t prog_fd, uint32_t cg_fd);
/system/netd/libbpf/
BpfUtils.cpp
176
int
attachProgram
(bpf_attach_type type, uint32_t prog_fd, uint32_t cg_fd) {
/system/netd/bpfloader/
BpfLoader.cpp
251
ret =
attachProgram
(type, fd, cg_fd);
Completed in 506 milliseconds