Home
last modified time | relevance | path

Searched refs:bpfFdGet (Results 1 – 4 of 4) sorted by relevance

/system/netd/server/
DClatUtils.cpp66 const int fd = bpf::bpfFdGet(CLAT_INGRESS_MAP_PATH, 0); in getClatIngressMapFd()
71 const int fd = bpf::bpfFdGet( in getClatIngressProgFd()
DTrafficController.cpp242 unique_fd cgroupProg(bpfFdGet(programPath, 0)); in attachProgramToCgroup()
/system/bpf/libbpf_android/
DBpfUtils.cpp174 int bpfFdGet(const char* pathname, uint32_t flag) { in bpfFdGet() function
183 return bpfFdGet(pathname, flag); in mapRetrieve()
/system/bpf/libbpf_android/include/bpf/
DBpfUtils.h158 int bpfFdGet(const char* pathname, uint32_t flags);