Home
last modified time | relevance | path

Searched refs:attachProgram (Results 1 – 2 of 2) sorted by relevance

/system/bpf/libbpf_android/include/bpf/
DBpfUtils.h148 inline int attachProgram(bpf_attach_type type, const base::unique_fd& prog_fd, in attachProgram() function
/system/netd/server/
DTrafficController.cpp211 if (android::bpf::attachProgram(type, cgroupProg, cgroupFd)) { in attachProgramToCgroup()